diff options
author | Jonathan Prykop <jonathan@freeside.biz> | 2015-10-06 01:46:31 -0500 |
---|---|---|
committer | Jonathan Prykop <jonathan@freeside.biz> | 2015-10-06 01:46:31 -0500 |
commit | cf512ab17435a0199ae13a8faefef94600a7a61b (patch) | |
tree | 246bdd0ee130cf561c0cb038e812cd80f0a21731 /httemplate/search/cust_pay.html | |
parent | a267a869ad2f2c9b6ba4e306aea6103e3a6bfe4e (diff) |
RT#37038 Add Card Type Name to Payment Report
Diffstat (limited to 'httemplate/search/cust_pay.html')
-rwxr-xr-x | httemplate/search/cust_pay.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/httemplate/search/cust_pay.html b/httemplate/search/cust_pay.html index 03474c1ef..e466f6afa 100755 --- a/httemplate/search/cust_pay.html +++ b/httemplate/search/cust_pay.html @@ -3,4 +3,5 @@ 'amount_field' => 'paid', 'name_singular' => emt('payment'), 'name_verb' => emt('paid'), + 'show_card_type' => 1, &> |