summaryrefslogtreecommitdiff
path: root/httemplate/search/cust_bill_pay_pkg.html
diff options
context:
space:
mode:
authorJonathan Prykop <jonathan@freeside.biz>2016-06-03 22:01:42 -0500
committerJonathan Prykop <jonathan@freeside.biz>2016-06-03 22:01:42 -0500
commitbde60d15eb42797e210e681eaf1318f7608042c0 (patch)
tree8f42ea24e546d381efd4ee20e12c05fc6e6bd5f6 /httemplate/search/cust_bill_pay_pkg.html
parent9c2854f48fb79a5534bbb35c4b7c12b2e6acc0a4 (diff)
RT#71049: Add order_number to payment reports
Diffstat (limited to 'httemplate/search/cust_bill_pay_pkg.html')
-rw-r--r--httemplate/search/cust_bill_pay_pkg.html8
1 files changed, 7 insertions, 1 deletions
diff --git a/httemplate/search/cust_bill_pay_pkg.html b/httemplate/search/cust_bill_pay_pkg.html
index 5a3be7551..7c231a65d 100644
--- a/httemplate/search/cust_bill_pay_pkg.html
+++ b/httemplate/search/cust_bill_pay_pkg.html
@@ -14,6 +14,7 @@
#payment
'Date',
+ 'Order Number',
'By',
#application
@@ -43,6 +44,7 @@
? cardtype($cust_pay->paymask) : '';
},
sub { time2str('%b %d %Y', shift->get('cust_pay_date') ) },
+ sub { shift->cust_bill_pay->cust_pay->order_number },
sub { shift->cust_bill_pay->cust_pay->otaker },
sub { sprintf($money_char.'%.2f', shift->amount ) },
@@ -64,6 +66,7 @@
'', #payinfo/paymask
'', #cardtype
'cust_pay_date',
+ '', #order_number
'', #'otaker',
'', #amount
'', #line item description
@@ -85,6 +88,7 @@
'',
'',
'',
+ '',
@post_desc_null,
$ilink,
$ilink,
@@ -92,7 +96,7 @@
FS::UI::Web::cust_header()
),
],
- 'align' => 'rcrlrlrlll',
+ 'align' => 'rcrlrrlrlll',
#original value before cardtype & package were added
#why are there 13 cols?
#'rcrrlrlllrrcl'.
@@ -110,6 +114,7 @@
'',
'',
'',
+ '',
@post_desc_null,
'',
'',
@@ -126,6 +131,7 @@
'',
'',
'',
+ '',
@post_desc_null,
'',
'',