fix error display on invoice voids, RT#23453
authorIvan Kohler <ivan@freeside.biz>
Thu, 6 Jun 2013 18:34:24 +0000 (11:34 -0700)
committerIvan Kohler <ivan@freeside.biz>
Thu, 6 Jun 2013 18:34:24 +0000 (11:34 -0700)
httemplate/misc/process/void-cust_bill.html

index 899901a..accee27 100755 (executable)
@@ -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">