From 24c745d590061b45e9c902384289c5ec1271a858 Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 11 Sep 2001 20:44:08 +0000 Subject: [PATCH] getting "you should run the bin/fs-migrate-svc_acct_sm" message unexpectedly --- httemplate/search/svc_acct.cgi | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/httemplate/search/svc_acct.cgi b/httemplate/search/svc_acct.cgi index dc4c4fdaa..37aed6115 100755 --- a/httemplate/search/svc_acct.cgi +++ b/httemplate/search/svc_acct.cgi @@ -1,5 +1,5 @@ <% -# +# use strict; use vars qw( $cgi @svc_acct $sortby $query $mydomain ); @@ -11,6 +11,8 @@ use FS::CGI qw(header eidiot popurl table); use FS::svc_acct; use FS::cust_main; +$mydomain = ''; + $cgi = new CGI; &cgisuidsetup($cgi); -- 2.11.0