summaryrefslogtreecommitdiff
path: root/httemplate/misc/process
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2012-08-01 14:01:14 -0700
committerIvan Kohler <ivan@freeside.biz>2012-08-01 14:01:14 -0700
commitbec3b6c2bf97d66b992866d7ee7295f1f05452e6 (patch)
tree78fb0c2523f237ad06905fe099dc5d32330a0e6e /httemplate/misc/process
parent55675d6cdd93f00b7c0ac93403e8c4d66567a729 (diff)
invoice voiding, RT#18677
Diffstat (limited to 'httemplate/misc/process')
-rwxr-xr-xhttemplate/misc/process/void-cust_bill.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/httemplate/misc/process/void-cust_bill.html b/httemplate/misc/process/void-cust_bill.html
index f2930ec01..899901a50 100755
--- a/httemplate/misc/process/void-cust_bill.html
+++ b/httemplate/misc/process/void-cust_bill.html
@@ -2,7 +2,11 @@
% $cgi->param('error', $error);
<% $cgi->redirect(popurl(1). "void-cust_bill.html?". $cgi->query_string ) %>
%} else {
-<% $cgi->redirect(popurl(3). "view/cust_main.cgi?". $custnum) %>
+<& /elements/header-popup.html, 'Invoice voided' &>
+<SCRIPT TYPE="text/javascript">
+ window.top.location.reload();
+</SCRIPT>
+</BODY></HTML>
%}
<%init>