diff options
author | Ivan Kohler <ivan@freeside.biz> | 2015-11-05 10:44:38 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2015-11-05 10:44:38 -0800 |
commit | 5da68ff1a7c638e30cbafbc9b0749f1e82b333df (patch) | |
tree | ecbcbc0b06cb8af969987ad10e1d85ccf38e56da /httemplate/misc/process | |
parent | 88ed72cdd96321a0eeaacc3107da413ab6e9dc98 (diff) | |
parent | 052eb9b8d16c4e81c0b6c609674e9ab768cb817d (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 7773b0ba9..c0f432b70 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.html?". $cgi->query_string ) %> +<% $cgi->redirect(popurl(2). "void-cust_bill.cgi?". $cgi->query_string ) %> %} else { <& /elements/header-popup.html, 'Invoice voided' &> <SCRIPT TYPE="text/javascript"> |