summaryrefslogtreecommitdiff
path: root/FS/FS/reason_Mixin.pm
AgeCommit message (Collapse)Author
2016-04-19RT#41501: OBH: Separate credit additional info into separate field on reportsJonathan Prykop
2015-11-05UI cleanup for separate reason classes, #38532Mark Wells
2015-11-04separate reason classes for voiding different transaction types, #38532Mark Wells
2015-11-03Tables added to the list with data upgrade because of reason and void_reasonIrina Todeva
legacy fields: - cust_credit_void - cust_bill_void - cust_bill_pkg_void Made some changes to reason_Mixin to be able to upgrade reason an void_reason fields
2015-11-03Changes in FS::reason_Mixin for converting legacy reasons to FS::reason. ThereIrina Todeva
was a bug where if the $value was passed the reason_Mixin::reason will just ignore it and this was deleting legacy reasons instead of converting them.
2015-01-22unsnarl creation of credit/refund reasons, partial fallout from #31702Mark Wells
2014-03-06Created reason_Mixin.pm module to refactor the reason method and code inside ↵Joshua Goodman
the _upgrade method in cust_credit.pm and cust_refund.pm