diff options
author | Ivan Kohler <ivan@freeside.biz> | 2013-06-06 11:34:27 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2013-06-06 11:34:27 -0700 |
commit | 6cdabc5d8aeacd57a603bfe85b83898e8370db17 (patch) | |
tree | 6e7caf62038678f069bd7ecac4f89e9f50c9c284 | |
parent | b6f044c11390e856caff9996e8c052e3086a482b (diff) |
fix error display on invoice voids, RT#23453
-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 899901a50..accee27fd 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(1). "void-cust_bill.html?". $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"> |