From: yashodha Date: Mon, 23 Apr 2018 11:07:38 +0000 (+0530) Subject: core/issues/73 - Add invoice number to bookkeeping report X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=f2888dea9619e709b7ec0972fb4ef919e7623093;p=civicrm-core.git core/issues/73 - Add invoice number to bookkeeping report --- diff --git a/CRM/Report/Form/Contribute/Bookkeeping.php b/CRM/Report/Form/Contribute/Bookkeeping.php index bb7096f6f1..088e2d730e 100644 --- a/CRM/Report/Form/Contribute/Bookkeeping.php +++ b/CRM/Report/Form/Contribute/Bookkeeping.php @@ -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,