Changes to add classified reasons for invoice void
authorIrina Todeva <itodeva@hostgator.com>
Wed, 30 Sep 2015 20:35:07 +0000 (14:35 -0600)
committerMark Wells <mark@freeside.biz>
Tue, 3 Nov 2015 20:28:13 +0000 (12:28 -0800)
commit6d34c5060a4e5e9338ebc0d04459861a5c45e812
tree6973526c6cfa32f5637d90539c9d9004966150d0
parent676a117afd9d1091dcf425cc894593beda54e78c
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
FS/FS/Schema.pm
FS/FS/cust_bill.pm
FS/FS/cust_bill_pkg.pm
FS/FS/cust_bill_pkg_void.pm
FS/FS/cust_bill_void.pm
httemplate/view/cust_main/payment_history/voided_invoice.html