From 9ed8adbf1ab5aba8181903e9c262f2b69dba6cbc Mon Sep 17 00:00:00 2001 From: ivan Date: Sat, 27 Oct 2007 04:46:05 +0000 Subject: simple payment receipts in web interface, sorry arnie, RT#2738 --- httemplate/view/cust_main/payment_history.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'httemplate/view/cust_main') diff --git a/httemplate/view/cust_main/payment_history.html b/httemplate/view/cust_main/payment_history.html index 099bc4f2b..5af34c09c 100644 --- a/httemplate/view/cust_main/payment_history.html +++ b/httemplate/view/cust_main/payment_history.html @@ -171,6 +171,10 @@ % } % } % +% my $view = qq! (view receipt)!; +% % my $refund = ''; % my $refund_days = $conf->config('card_refund-days') || 120; % if ( $cust_pay->closed !~ /^Y/i @@ -239,7 +243,7 @@ % push @history, { % 'date' => $cust_pay->_date, % 'desc' => $pre. "Payment$post$info$desc". -% "$apply$refund$void$delete$unapply", +% "$view$apply$refund$void$delete$unapply", % 'payment' => $cust_pay->paid, % 'target' => $target, % }; -- cgit v1.2.1