core/issues/73 - Add invoice number to bookkeeping report
authoryashodha <yashodha@cividesk.com>
Mon, 23 Apr 2018 11:07:38 +0000 (16:37 +0530)
committeryashodha <yashodha@cividesk.com>
Mon, 23 Apr 2018 11:07:38 +0000 (16:37 +0530)
CRM/Report/Form/Contribute/Bookkeeping.php

index bb7096f6f14cf8b323c1e241448c8a1e027510be..088e2d730e85975ef1e7305e83e25915982953e4 100644 (file)
@@ -291,9 +291,12 @@ class CRM_Report_Form_Contribute_Bookkeeping extends CRM_Report_Form {
             'default' => TRUE,
           ),
           'invoice_id' => array(
-            'title' => ts('Invoice ID'),
+            'title' => ts('Invoice Reference'),
             'default' => TRUE,
           ),
+          'invoice_number' => array(
+            'title' => ts('Invoice Number'),
+          ),
           'contribution_status_id' => array(
             'title' => ts('Contribution Status'),
             'default' => TRUE,