From: ivan Date: Wed, 6 Feb 2002 15:07:49 +0000 (+0000) Subject: tyop X-Git-Tag: freeside_1_4_0pre11~99 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=ce32d23f68c3137da0e0c43e14bea90c5eec9635;p=freeside.git tyop --- diff --git a/bin/fs-setup b/bin/fs-setup index 912fc98fc..07c9709a1 100755 --- a/bin/fs-setup +++ b/bin/fs-setup @@ -1,6 +1,6 @@ #!/usr/bin/perl -Tw # -# $Id: fs-setup,v 1.74 2002-02-04 17:04:33 ivan Exp $ +# $Id: fs-setup,v 1.75 2002-02-06 15:07:49 ivan Exp $ #to delay loading dbdef until we're ready BEGIN { $FS::Record::setup_hack = 1; } @@ -16,7 +16,7 @@ use FS::UID qw(adminsuidsetup datasrc checkeuid getsecrets); use FS::Record; use FS::cust_main_county; use FS::raddb; -use FS::part_bill_invoice; +use FS::part_bill_event; die "Not running uid freeside!" unless checkeuid();