diff options
author | Irina Todeva <itodeva@hostgator.com> | 2015-09-30 14:35:07 -0600 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2015-11-03 12:28:13 -0800 |
commit | 6d34c5060a4e5e9338ebc0d04459861a5c45e812 (patch) | |
tree | 6973526c6cfa32f5637d90539c9d9004966150d0 /httemplate | |
parent | 676a117afd9d1091dcf425cc894593beda54e78c (diff) |
Changes to add classified reasons for invoice void
- Added reasonnum and a corresponding foreign key in cust_bill_void and
cust_bill_pkg_void tables (Schema.pm)
- Used the FS::reason_Mixin::reason as the override of the
cust_bill_void->reason to handle legacy and classified reasons
- Changes in voided_invoice.html template to handle classified reasons for
void invoices
Diffstat (limited to 'httemplate')
-rw-r--r-- | httemplate/view/cust_main/payment_history/voided_invoice.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/view/cust_main/payment_history/voided_invoice.html b/httemplate/view/cust_main/payment_history/voided_invoice.html index ea61f8446..ff4d12f58 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) { - (<% $reason %>) + (<% $reason |h %>) % } <% mt("on [_1]", time2str($date_format, $cust_bill_void->void_date) ) |h %> </I> |