diff options
author | Jonathan Prykop <jonathan@freeside.biz> | 2016-06-03 22:01:42 -0500 |
---|---|---|
committer | Jonathan Prykop <jonathan@freeside.biz> | 2016-06-03 22:01:42 -0500 |
commit | bde60d15eb42797e210e681eaf1318f7608042c0 (patch) | |
tree | 8f42ea24e546d381efd4ee20e12c05fc6e6bd5f6 /httemplate/search/cust_pay.html | |
parent | 9c2854f48fb79a5534bbb35c4b7c12b2e6acc0a4 (diff) |
RT#71049: Add order_number to payment reports
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 e466f6afa..536ab291f 100755 --- a/httemplate/search/cust_pay.html +++ b/httemplate/search/cust_pay.html @@ -4,4 +4,5 @@ 'name_singular' => emt('payment'), 'name_verb' => emt('paid'), 'show_card_type' => 1, + 'show_order_number' => 1, &> |