customer->id < 1); $franchiseName = SiteOptionsHelper::getFranchiseName(); $showPatientInfo = $this->showPatientInfo; $isLaFoot = ($franchiseName=='lafoot'); $isRotterdam = ($franchiseName == 'rotterdam'); $showNationalIdentityNumber = SiteOptionsHelper::getShowNationalIdentityNumber(); $showPatientInsurance = SiteOptionsHelper::getShowPatientInsurance(); $readOnly = $this->order->readOnly; $completedStep = ($this->order->completedSteps>0); $showConfirm = !$readOnly; $customerId = JRequest::getVar('customerId') ; if (!$showPatientInfo) { $showReference = true; $showCustomer = false; }else{ if ($completedStep) { $showReference = $this->order->reference; $showCustomer = $this->order->customer || $customerId!=''; } else { if ($customerId=='') $showCustomer = false; else $showCustomer = true; $showReference = false; } } ?>
balls?>

onclick='ByPatient()' value="escape(JText::_('New patient'))?>" />
value="escape(JText::_('Choose patient'))?>" />
onclick='ByReference()' value="escape(JText::_('Enter reference'))?>" />
' >
'> (customer->id?>) *
customer->localid?>   * : customer->titlename)?>
* : customer->name?>   : customer->middlename?>
* : customer->surname?>   : customer->receive_info==1)?'checked':''?> /> customer->receive_info==1)?JText::_('Yes'):JText::_('No')?>
* : customer->address?>   * : customer->pcode?>
* : customer->city?>   : customer->country?> : customer->province?>
* : customer->birthdate?>   : customer->telephone?> : customer->country?>
: customer->email?>     * : customer->telephone?>
: customer->mobile?>     : customer->fax?>
: customer->dni?>    
: customer->insurance_company?>   : customer->ssn?>
balls?>