[freeside-commits] freeside/httemplate/edit/process cust_credit_bill.cgi, 1.8.2.3, 1.8.2.4 cust_credit_refund.cgi, 1.1.2.2, 1.1.2.3 cust_pay_refund.cgi, 1.1.2.2, 1.1.2.3
Ivan,,,
ivan at wavetail.420.am
Mon Jun 9 19:15:19 PDT 2008
Update of /home/cvs/cvsroot/freeside/httemplate/edit/process
In directory wavetail.420.am:/tmp/cvs-serv19525
Modified Files:
Tag: FREESIDE_1_7_BRANCH
cust_credit_bill.cgi 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.2.2
retrieving revision 1.1.2.3
diff -u -d -r1.1.2.2 -r1.1.2.3
--- cust_pay_refund.cgi 5 Jun 2008 05:07:55 -0000 1.1.2.2
+++ cust_pay_refund.cgi 10 Jun 2008 02:15:17 -0000 1.1.2.3
@@ -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.2.2
retrieving revision 1.1.2.3
diff -u -d -r1.1.2.2 -r1.1.2.3
--- cust_credit_refund.cgi 5 Jun 2008 05:07:55 -0000 1.1.2.2
+++ cust_credit_refund.cgi 10 Jun 2008 02:15:17 -0000 1.1.2.3
@@ -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',
Index: cust_credit_bill.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/process/cust_credit_bill.cgi,v
retrieving revision 1.8.2.3
retrieving revision 1.8.2.4
diff -u -d -r1.8.2.3 -r1.8.2.4
--- cust_credit_bill.cgi 5 Jun 2008 05:07:55 -0000 1.8.2.3
+++ cust_credit_bill.cgi 10 Jun 2008 02:15:16 -0000 1.8.2.4
@@ -1,9 +1,8 @@
<% include('elements/ApplicationCommon.html',
- 'form_action' => 'process/cust_credit_bill.cgi',
- 'src_table' => 'cust_credit',
- 'src_thing' => 'credit',
- 'dst_table' => 'cust_bill',
- 'dst_thing' => 'invoice',
+ 'error_redirect' => 'cust_credit_bill.cgi',
+ 'src_table' => 'cust_credit',
+ 'src_thing' => 'credit',
+ 'link_table' => 'cust_credit_bill',
)
%>
<%init>
More information about the freeside-commits
mailing list