diff options
author | Ivan Kohler <ivan@freeside.biz> | 2015-11-07 12:32:06 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2015-11-07 12:32:06 -0800 |
commit | b3c70d709fd646ef355d49a4e87151c99ee413e9 (patch) | |
tree | 93dc04bf9042e8e007aa1d8f61d5746b390c18b4 /httemplate/misc/process | |
parent | 80f265ee8f2603f0e3f7f5ad6c6c0cf704f98cb8 (diff) | |
parent | 59285fa7c07ac86914f3998f2635caf067c07506 (diff) |
Merge branch 'master' of git.freeside.biz:/home/git/freeside
Diffstat (limited to 'httemplate/misc/process')
-rwxr-xr-x | httemplate/misc/process/void-cust_bill.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/misc/process/void-cust_bill.html b/httemplate/misc/process/void-cust_bill.html index c0f432b70..7773b0ba9 100755 --- a/httemplate/misc/process/void-cust_bill.html +++ b/httemplate/misc/process/void-cust_bill.html @@ -1,6 +1,6 @@ %if ( $error ) { % $cgi->param('error', $error); -<% $cgi->redirect(popurl(2). "void-cust_bill.cgi?". $cgi->query_string ) %> +<% $cgi->redirect(popurl(2). "void-cust_bill.html?". $cgi->query_string ) %> %} else { <& /elements/header-popup.html, 'Invoice voided' &> <SCRIPT TYPE="text/javascript"> |