From: Alex Brelsfoard Date: Sat, 31 Jan 2015 23:51:51 +0000 (-0500) Subject: RT 25498 switching 'for reason' to '(reason)' X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=a93e9be94c3a385e6b810457c0e06c889e6a6000;p=freeside.git RT 25498 switching 'for reason' to '(reason)' --- 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 %>