From: ivan Date: Tue, 11 Jun 2002 18:25:53 +0000 (+0000) Subject: use FS::cust_svc and FS::svc_acct X-Git-Tag: freeside_1_4_0_pre14~18 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=76ce9aeaeb39f496797398e84bfdc20fbd817b4d use FS::cust_svc and FS::svc_acct --- diff --git a/bin/shell.export b/bin/shell.export index 29b639058..798bee3fe 100755 --- a/bin/shell.export +++ b/bin/shell.export @@ -8,6 +8,8 @@ use Net::SSH qw(ssh); use FS::UID qw(adminsuidsetup datasrc); use FS::Record qw(qsearch qsearchs); use FS::part_export; +use FS::cust_svc; +use FS::svc_acct; my @saltset = ( 'a'..'z' , 'A'..'Z' , '0'..'9' , '.' , '/' );