From 920cb8c14031bcd1b7915ad94ef5b01ca4432e22 Mon Sep 17 00:00:00 2001 From: Mark Wells Date: Thu, 8 Sep 2016 15:14:44 -0700 Subject: [PATCH] don't use topreload on one-time charge UI now that it's not a popup, #71249 vs. #71394 --- httemplate/edit/process/quick-charge.cgi | 9 --------- 1 file changed, 9 deletions(-) diff --git a/httemplate/edit/process/quick-charge.cgi b/httemplate/edit/process/quick-charge.cgi index 00d17c8b1..d1b8e1086 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)) %> - - -% } <%init> my $curuser = $FS::CurrentUser::CurrentUser; -- 2.11.0