summaryrefslogtreecommitdiff
path: root/httemplate/edit/process/cust_main_note.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:11:55 -0700
commit4d5e45b24200386a7fc47f2cd69949e82e4bc9c3 (patch)
tree7462dc5c4cdc21d27e2f829472278de78522ece4 /httemplate/edit/process/cust_main_note.cgi
parent15d195400e293c4f6de6ed5dae6df15f66ff5e7b (diff)
replace FS::CGI::header function with header-popup component, related to #71249
Diffstat (limited to 'httemplate/edit/process/cust_main_note.cgi')
-rwxr-xr-xhttemplate/edit/process/cust_main_note.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/edit/process/cust_main_note.cgi b/httemplate/edit/process/cust_main_note.cgi
index bb52db8f3..2428689c6 100755
--- a/httemplate/edit/process/cust_main_note.cgi
+++ b/httemplate/edit/process/cust_main_note.cgi
@@ -2,7 +2,7 @@
% $cgi->param('error', $error);
<% $cgi->redirect(popurl(2). 'cust_main_note.cgi?'. $cgi->query_string ) %>
%} else {
-<% header('Note ' . ($notenum ? 'updated' : 'added') ) %>
+<& /elements/header-popup.html, 'Note ' . ($notenum ? 'updated' : 'added') &>
<SCRIPT TYPE="text/javascript">
topreload();
</SCRIPT>