From a93e9be94c3a385e6b810457c0e06c889e6a6000 Mon Sep 17 00:00:00 2001 From: Alex Brelsfoard Date: Sat, 31 Jan 2015 18:51:51 -0500 Subject: [PATCH] RT 25498 switching 'for reason' to '(reason)' --- httemplate/view/cust_main/payment_history/voided_invoice.html | 2 +- httemplate/view/cust_main/payment_history/voided_payment.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/httemplate/view/cust_main/payment_history/voided_invoice.html b/httemplate/view/cust_main/payment_history/voided_invoice.html index eb00e057e..3d81e662f 100644 --- a/httemplate/view/cust_main/payment_history/voided_invoice.html +++ b/httemplate/view/cust_main/payment_history/voided_invoice.html @@ -6,7 +6,7 @@ % } % my $reason = $cust_bill_void->reason; % if ($reason) { - for <% $reason %> + (<% $reason %>) % } <% mt("on [_1]", time2str($date_format, $cust_bill_void->void_date) ) |h %> diff --git a/httemplate/view/cust_main/payment_history/voided_payment.html b/httemplate/view/cust_main/payment_history/voided_payment.html index daeaa31e9..5c43c91e5 100644 --- a/httemplate/view/cust_main/payment_history/voided_payment.html +++ b/httemplate/view/cust_main/payment_history/voided_payment.html @@ -6,7 +6,7 @@ % } % my $reason = $cust_pay_void->reason; % if ($reason) { - for <% $reason %> + (<% $reason %>) % } <% mt("on [_1]", time2str($date_format, $cust_pay_void->void_date) ) |h %> -- 2.11.0