summaryrefslogtreecommitdiff
path: root/httemplate/edit/process/quick-cust_pkg.cgi
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2016-09-15 13:11:55 -0700
committerMark Wells <mark@freeside.biz>2016-09-15 13:13:38 -0700
commitdef740e695b1eb4a0bae3b55a8158a042cf8d7d6 (patch)
tree062731e303bcae18e2177c71784913c8a79a55ef /httemplate/edit/process/quick-cust_pkg.cgi
parent1eaaba954219aea4deb90cbde0de052d07962d54 (diff)
replace FS::CGI::header function with header-popup component, related to #71249
Diffstat (limited to 'httemplate/edit/process/quick-cust_pkg.cgi')
-rw-r--r--httemplate/edit/process/quick-cust_pkg.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/edit/process/quick-cust_pkg.cgi b/httemplate/edit/process/quick-cust_pkg.cgi
index 5afddde15..da5afe440 100644
--- a/httemplate/edit/process/quick-cust_pkg.cgi
+++ b/httemplate/edit/process/quick-cust_pkg.cgi
@@ -20,7 +20,7 @@
% "view/cust_main.cgi?custnum=$custnum$show;fragment=$frag#$frag";
% }
%
-<% header('Package ordered') %>
+<& /elements/header-popup.html, 'Package ordered' &>
<SCRIPT TYPE="text/javascript">
// XXX fancy ajax rebuild table at some point, but a page reload will do for now