[freeside-commits] branch master updated. a93e9be94c3a385e6b810457c0e06c889e6a6000

Alex Brelsfoard alex at 420.am
Sat Jan 31 15:52:10 PST 2015


The branch, master has been updated
       via  a93e9be94c3a385e6b810457c0e06c889e6a6000 (commit)
      from  f6abf4cd6d8e7a0121124e9394b5f28f5bc4daa5 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit a93e9be94c3a385e6b810457c0e06c889e6a6000
Author: Alex Brelsfoard <alex at freeside.biz>
Date:   Sat Jan 31 18:51:51 2015 -0500

    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 eb00e05..3d81e66 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 daeaa31..5c43c91 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>


-----------------------------------------------------------------------

Summary of changes:
 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(-)




More information about the freeside-commits mailing list