RT 25498 switching 'for reason' to '(reason)'
authorAlex Brelsfoard <alex@freeside.biz>
Sat, 31 Jan 2015 23:51:51 +0000 (18:51 -0500)
committerAlex Brelsfoard <alex@freeside.biz>
Sat, 31 Jan 2015 23:51:51 +0000 (18:51 -0500)
httemplate/view/cust_main/payment_history/voided_invoice.html
httemplate/view/cust_main/payment_history/voided_payment.html

index eb00e05..3d81e66 100644 (file)
@@ -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 %> 
 </I>
index daeaa31..5c43c91 100644 (file)
@@ -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 %> 
 </I>