[freeside-commits] freeside/httemplate/edit/process cust_credit_refund.cgi, 1.1, 1.2 cust_pay_refund.cgi, 1.1, 1.2
Ivan,,,
ivan at wavetail.420.am
Mon Jun 9 19:12:34 PDT 2008
Update of /home/cvs/cvsroot/freeside/httemplate/edit/process
In directory wavetail.420.am:/tmp/cvs-serv19456/httemplate/edit/process
Modified Files:
cust_credit_refund.cgi cust_pay_refund.cgi
Log Message:
fix up application of things to refunds, RT#3606/RT#3545
Index: cust_pay_refund.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/process/cust_pay_refund.cgi,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- cust_pay_refund.cgi 5 Jun 2008 05:06:36 -0000 1.1
+++ cust_pay_refund.cgi 10 Jun 2008 02:12:32 -0000 1.2
@@ -1,5 +1,5 @@
<% include('elements/ApplicationCommon.html',
- 'error_redirect' => 'cust_bill_pay.cgi',
+ 'error_redirect' => 'cust_pay_refund.cgi',
'src_table' => 'cust_pay',
'src_thing' => 'payment',
'link_table' => 'cust_pay_refund',
Index: cust_credit_refund.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/process/cust_credit_refund.cgi,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- cust_credit_refund.cgi 5 Jun 2008 05:06:36 -0000 1.1
+++ cust_credit_refund.cgi 10 Jun 2008 02:12:31 -0000 1.2
@@ -1,5 +1,5 @@
<% include('elements/ApplicationCommon.html',
- 'error_redirect' => 'cust_credit_bill.cgi',
+ 'error_redirect' => 'cust_credit_refund.cgi',
'src_table' => 'cust_credit',
'src_thing' => 'credit',
'link_table' => 'cust_credit_refund',
More information about the freeside-commits
mailing list