Exemplo n.º 1
0
 /**
  * Assign billing type id to bltID.
  *
  * @throws CRM_Core_Exception
  */
 public function assignBillingType()
 {
     $this->_bltID = CRM_Core_BAO_Location::getBillingLocationId();
     $this->set('bltID', $this->_bltID);
     $this->assign('bltID', $this->_bltID);
 }