diff options
author | ivan <ivan> | 2008-06-10 02:12:32 +0000 |
---|---|---|
committer | ivan <ivan> | 2008-06-10 02:12:32 +0000 |
commit | c44111e5cc1c10c2d679e6e76340be82ace700b3 (patch) | |
tree | d5faf9d7cc51226b8cddb8747eb29815215d0619 /httemplate/edit/process | |
parent | 4eb065690d2a884d3ba667d409d9598ca1de544b (diff) |
fix up application of things to refunds, RT#3606/RT#3545
Diffstat (limited to 'httemplate/edit/process')
-rwxr-xr-x | httemplate/edit/process/cust_credit_refund.cgi | 2 | ||||
-rwxr-xr-x | httemplate/edit/process/cust_pay_refund.cgi | 2 |
2 files changed, 2 insertions, 2 deletions
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', |