From: Ivan Kohler Date: Thu, 6 Jun 2013 18:34:27 +0000 (-0700) Subject: fix error display on invoice voids, RT#23453 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=6cdabc5d8aeacd57a603bfe85b83898e8370db17;p=freeside.git fix error display on invoice voids, RT#23453 --- 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' &>