summaryrefslogtreecommitdiff
path: root/httemplate/misc/cust_main-suspend.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/misc/cust_main-suspend.cgi')
-rwxr-xr-xhttemplate/misc/cust_main-suspend.cgi4
1 files changed, 4 insertions, 0 deletions
diff --git a/httemplate/misc/cust_main-suspend.cgi b/httemplate/misc/cust_main-suspend.cgi
index e81e2b490..f20f20c13 100755
--- a/httemplate/misc/cust_main-suspend.cgi
+++ b/httemplate/misc/cust_main-suspend.cgi
@@ -1,5 +1,9 @@
<& /elements/header-popup.html, mt("Customer suspended") &>
+ <script src="<% $fsurl %>elements/js.cookie.js"></script>
<SCRIPT TYPE="text/javascript">
+ Cookies.set('freeside_status', <% mt("Customer suspended") |js_string %>,{
+ expires: 0.0035
+ });
topreload();
</SCRIPT>
</BODY>