[freeside-commits] branch master updated. 920cb8c14031bcd1b7915ad94ef5b01ca4432e22
Mark Wells
mark at 420.am
Thu Sep 8 15:25:21 PDT 2016
The branch, master has been updated
via 920cb8c14031bcd1b7915ad94ef5b01ca4432e22 (commit)
from ac541a006ca3b90039d21dca39c76cee34092553 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 920cb8c14031bcd1b7915ad94ef5b01ca4432e22
Author: Mark Wells <mark at freeside.biz>
Date: Thu Sep 8 15:14:44 2016 -0700
don't use topreload on one-time charge UI now that it's not a popup, #71249 vs. #71394
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;
-----------------------------------------------------------------------
Summary of changes:
httemplate/edit/process/quick-charge.cgi | 9 ---------
1 file changed, 9 deletions(-)
More information about the freeside-commits
mailing list