Exemple #1
0
 /**
  * @return array|null
  */
 public static function getContribBatchEntryFields()
 {
     if (self::$_contriBatchEntryFields === NULL) {
         self::$_contriBatchEntryFields = array('send_receipt' => array('name' => 'send_receipt', 'title' => ts('Send Receipt')), 'soft_credit' => array('name' => 'soft_credit', 'title' => ts('Soft Credit')), 'soft_credit_type' => array('name' => 'soft_credit_type', 'title' => ts('Soft Credit Type')), 'product_name' => array('name' => 'product_name', 'title' => ts('Premiums')), 'contribution_note' => array('name' => 'contribution_note', 'title' => ts('Contribution Note')));
     }
     return self::$_contriBatchEntryFields;
 }