diff options
Diffstat (limited to 'httemplate/edit/process/cust_pay_refund.cgi')
-rwxr-xr-x | httemplate/edit/process/cust_pay_refund.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
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', |