link('similar-customer.js'); ?>
create('Customer', array('action'=>'add'));?>
input('name', array('id'=>'customerName')); echo $form->input('country_name', array('default'=>'Australia')); echo $form->input('country_id', array('type'=>'hidden', 'value'=>1)); echo $form->input('abn', array('label'=>'ABN', 'title' => 'The 11-digit Australian Business Number for the new Customer. Spaces or no spaces - it does not matter', 'div'=>array('id'=>'ABN'))); echo $this->element('payment_terms_box'); echo $form->input('discount_pricing_policies', array('label'=>'Discount and Pricing Policies')); echo '
'; echo $form->label('Customer.customer_category_id', 'Customer Category'); echo $form->select('customer_category_id', $customer_categories, 0, array('label'=>'Customer Category'), false); echo '
'; echo $form->input('notes', array('label' => 'Notes about this Customer')); echo $form->input('url', array('label'=>'Website URL')); echo '

'; echo $form->end('Submit'); ?>

Please confirm the customer you are adding is not one of these customers: