Merge pull request #10171 from seamuslee001/CRM-20427
[civicrm-core.git] / CRM / Financial / DAO / FinancialTrxn.php
index a9d9ab0791c542bcf2b60d0bccd450451fc7b8f5..b0a6c67f4da3e36219b4f9cf9191542f10fed98d 100644 (file)
@@ -30,7 +30,7 @@
  *
  * Generated from xml/schema/CRM/Financial/FinancialTrxn.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:505b36cf7c6c052f88ab1ca0f0fc82a0)
+ * (GenCodeChecksum:2c30f842e4a913eaac8e180219bc522e)
  */
 require_once 'CRM/Core/DAO.php';
 require_once 'CRM/Utils/Type.php';
@@ -138,7 +138,7 @@ class CRM_Financial_DAO_FinancialTrxn extends CRM_Core_DAO {
    *
    * @var int unsigned
    */
-  public $card_type;
+  public $card_type_id;
   /**
    * Check number
    *
@@ -401,10 +401,10 @@ class CRM_Financial_DAO_FinancialTrxn extends CRM_Core_DAO {
             'optionEditPath' => 'civicrm/admin/options/payment_instrument',
           )
         ) ,
-        'financial_trxn_card_type' => array(
-          'name' => 'card_type',
+        'financial_trxn_card_type_id' => array(
+          'name' => 'card_type_id',
           'type' => CRM_Utils_Type::T_INT,
-          'title' => ts('Card Type') ,
+          'title' => ts('Card Type ID') ,
           'description' => 'FK to accept_creditcard option group values',
           'table_name' => 'civicrm_financial_trxn',
           'entity' => 'FinancialTrxn',