projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
98389d7
)
core/issues/73 - Add invoice number to bookkeeping report
author
yashodha
<yashodha@cividesk.com>
Mon, 23 Apr 2018 11:07:38 +0000
(16:37 +0530)
committer
yashodha
<yashodha@cividesk.com>
Mon, 23 Apr 2018 11:07:38 +0000
(16:37 +0530)
CRM/Report/Form/Contribute/Bookkeeping.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Report/Form/Contribute/Bookkeeping.php
b/CRM/Report/Form/Contribute/Bookkeeping.php
index bb7096f6f14cf8b323c1e241448c8a1e027510be..088e2d730e85975ef1e7305e83e25915982953e4 100644
(file)
--- 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,