summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2016-09-08 15:14:44 -0700
committerMark Wells <mark@freeside.biz>2016-09-08 15:14:44 -0700
commit920cb8c14031bcd1b7915ad94ef5b01ca4432e22 (patch)
treefd8bd6c7b7c101fe841757b4f9f4189b003dd26a /httemplate
parentac541a006ca3b90039d21dca39c76cee34092553 (diff)
don't use topreload on one-time charge UI now that it's not a popup, #71249 vs. #71394
Diffstat (limited to 'httemplate')
-rw-r--r--httemplate/edit/process/quick-charge.cgi9
1 files changed, 0 insertions, 9 deletions
diff --git a/httemplate/edit/process/quick-charge.cgi b/httemplate/edit/process/quick-charge.cgi
index 00d17c8..d1b8e10 100644
--- a/httemplate/edit/process/quick-charge.cgi
+++ b/httemplate/edit/process/quick-charge.cgi
@@ -1,13 +1,4 @@
-% if ( $error ) {
-% $cgi->param('error', $error );
<% $cgi->redirect($redirect) %>
-% } else {
-<% header(emt($message)) %>
- <SCRIPT TYPE="text/javascript">
- topreload();
- </SCRIPT>
- </BODY></HTML>
-% }
<%init>
my $curuser = $FS::CurrentUser::CurrentUser;