summaryrefslogtreecommitdiff
path: root/httemplate/view
diff options
context:
space:
mode:
authorJonathan Prykop <jonathan@freeside.biz>2015-02-02 18:51:19 -0600
committerJonathan Prykop <jonathan@freeside.biz>2015-02-02 18:51:19 -0600
commit5b884dd940f7dce415ba77dcbc2ab6840f0b5673 (patch)
treea3944faf3ec729c2556476609c89666e96bc2785 /httemplate/view
parente9f799b79fca47ee24d2107a0e5c5114dc4e06d8 (diff)
parent899cf5029429c1183024cd4bf838573a951d0ede (diff)
Merge branch 'master' of git.freeside.biz:/home/git/freeside
Diffstat (limited to 'httemplate/view')
-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>