示例#1
0
 public static function loadCreditorContactList($creditorID = 0)
 {
     // -- Return a full list of creditor contacts for the selected Creditor
     // --------------------------------------------------------------------
     $results = array();
     $results = \Creditor_model::loadCreditorContactList($creditorID);
     return $results;
 }