diff options
author | Irina Todeva <itodeva@hostgator.com> | 2015-09-28 13:48:20 -0600 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2015-11-03 12:28:13 -0800 |
commit | 55c7e3cc18a45620f48ae62d3bc044a830bd8c95 (patch) | |
tree | ada1a14fc07a00421d1693b845fb673bff7d619f /httemplate | |
parent | a87e91ee19d14a6fc3da62f4b44a9628d32bb6a3 (diff) |
Changes to add classified reasons for payment void
- Added reasonnum in cust_pay_void and a foreign key in Schema.pm
- Added an override of the cust_pay_void_reason to handle legacy and
classified reasons
- Added usage of FS::reason_Mixin::_upgrade_reasonnum in
cust_pay->_upgrade_data
- Changes in voided_payment.html template to handle classified reasons for
void payemnts
Diffstat (limited to 'httemplate')
-rw-r--r-- | httemplate/view/cust_main/payment_history/voided_payment.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/view/cust_main/payment_history/voided_payment.html b/httemplate/view/cust_main/payment_history/voided_payment.html index 5c43c91e5..e295f9b3b 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) { - (<% $reason %>) + (<% $reason |h %>) % } <% mt("on [_1]", time2str($date_format, $cust_pay_void->void_date) ) |h %> </I> |