summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Brelsfoard <alex@freeside.biz>2015-01-31 18:51:51 -0500
committerAlex Brelsfoard <alex@freeside.biz>2015-01-31 18:51:51 -0500
commita93e9be94c3a385e6b810457c0e06c889e6a6000 (patch)
tree2469ad77bd027a9f43b90ab91a7de1926daf4f63
parentf6abf4cd6d8e7a0121124e9394b5f28f5bc4daa5 (diff)
RT 25498 switching 'for reason' to '(reason)'
-rw-r--r--httemplate/view/cust_main/payment_history/voided_invoice.html2
-rw-r--r--httemplate/view/cust_main/payment_history/voided_payment.html2
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 %>
</I>
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 %>
</I>