diff options
| author | ivan <ivan> | 2008-06-10 02:15:17 +0000 | 
|---|---|---|
| committer | ivan <ivan> | 2008-06-10 02:15:17 +0000 | 
| commit | 3a0e05e1e7d9879becd2c69b97bcea2c6dbbfb69 (patch) | |
| tree | ca9dcb2c5fbd84d11e9e540cd37584f5dde45d42 /httemplate/edit | |
| parent | 2a9986c8f2f766ad6a17b39c9aa1260585607199 (diff) | |
fix up application of things to refunds, RT#3606/RT#3545
Diffstat (limited to 'httemplate/edit')
| -rwxr-xr-x | httemplate/edit/process/cust_credit_bill.cgi | 9 | ||||
| -rwxr-xr-x | httemplate/edit/process/cust_credit_refund.cgi | 2 | ||||
| -rwxr-xr-x | httemplate/edit/process/cust_pay_refund.cgi | 2 | 
3 files changed, 6 insertions, 7 deletions
| diff --git a/httemplate/edit/process/cust_credit_bill.cgi b/httemplate/edit/process/cust_credit_bill.cgi index e3627ff37..c0f34ae5b 100755 --- a/httemplate/edit/process/cust_credit_bill.cgi +++ b/httemplate/edit/process/cust_credit_bill.cgi @@ -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> diff --git a/httemplate/edit/process/cust_credit_refund.cgi b/httemplate/edit/process/cust_credit_refund.cgi index d4fd9ff9e..88420f8ab 100755 --- a/httemplate/edit/process/cust_credit_refund.cgi +++ b/httemplate/edit/process/cust_credit_refund.cgi @@ -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', diff --git a/httemplate/edit/process/cust_pay_refund.cgi b/httemplate/edit/process/cust_pay_refund.cgi index ffe89ec64..2616cad8c 100755 --- a/httemplate/edit/process/cust_pay_refund.cgi +++ b/httemplate/edit/process/cust_pay_refund.cgi @@ -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', | 
