diff options
author | Mark Wells <mark@freeside.biz> | 2016-09-15 13:11:55 -0700 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2016-09-15 13:13:38 -0700 |
commit | def740e695b1eb4a0bae3b55a8158a042cf8d7d6 (patch) | |
tree | 062731e303bcae18e2177c71784913c8a79a55ef /httemplate/misc/process/recharge_svc.new | |
parent | 1eaaba954219aea4deb90cbde0de052d07962d54 (diff) |
replace FS::CGI::header function with header-popup component, related to #71249
Diffstat (limited to 'httemplate/misc/process/recharge_svc.new')
-rwxr-xr-x | httemplate/misc/process/recharge_svc.new | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/misc/process/recharge_svc.new b/httemplate/misc/process/recharge_svc.new index bc916e5da..b73a76fb1 100755 --- a/httemplate/misc/process/recharge_svc.new +++ b/httemplate/misc/process/recharge_svc.new @@ -75,7 +75,7 @@ %} %$dbh->commit or die $dbh->errstr if $oldAutoCommit; % -<% header("Package recharged") %> +<& /elements/header-popup.html, "Package recharged" &> <SCRIPT TYPE="text/javascript"> window.top.location.reload(); </SCRIPT> |