@@ -142,13 +142,15 @@ class CRM_Event_Form_Registration_Register extends CRM_Event_Form_Registration {
}
$this->_defaults=array();
$contactID=$this->getContactID();
if($contactID){
//@todo CRM-11915 I observed that even when the billing block is not present the routine to retrieve the billing defaults is still called - which seems a bit redundant.