From f2888dea9619e709b7ec0972fb4ef919e7623093 Mon Sep 17 00:00:00 2001 From: yashodha Date: Mon, 23 Apr 2018 16:37:38 +0530 Subject: [PATCH] core/issues/73 - Add invoice number to bookkeeping report --- CRM/Report/Form/Contribute/Bookkeeping.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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, -- 2.25.1