When void / unvoid / apply / unapply is called stay on the same page
authorIrina Todeva <itodeva@hostgator.com>
Wed, 30 Sep 2015 20:37:18 +0000 (14:37 -0600)
committerMark Wells <mark@freeside.biz>
Tue, 3 Nov 2015 20:28:13 +0000 (12:28 -0800)
commitc01c0065f9de3428af812638f6e3bb9e02fb725f
treecc184bb6337c5443c87e8c7e68cb29d0f85c75cd
parent6d34c5060a4e5e9338ebc0d04459861a5c45e812
When void / unvoid / apply / unapply is called stay on the same page
(payment_history)

Keep consistent void credits with other void methods (invoices, payments)
regarding the method interface

    cust_credit->void
    cust_credit->void('reason string')
    cust_credit->void(FS::reason)
FS/FS/cust_credit.pm
httemplate/misc/unapply-cust_credit.cgi
httemplate/misc/unapply-cust_pay.cgi
httemplate/misc/unvoid-cust_pay_void.cgi
httemplate/misc/void-cust_pay.cgi