X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2Fbin%2Ffreeside-setup;h=ddff81ef9ce69bec38fcf68b5f6de6f5a1c05285;hb=e25080d6e892945c0031c964528f5d6458d95dc9;hp=cc6356c7d318dc1ea5c9c34dc87ce241cdf554ba;hpb=f4e4b7f1622821007984af8eb63ca865f413e344;p=freeside.git diff --git a/FS/bin/freeside-setup b/FS/bin/freeside-setup index cc6356c7d..ddff81ef9 100755 --- a/FS/bin/freeside-setup +++ b/FS/bin/freeside-setup @@ -3,6 +3,11 @@ #to delay loading dbdef until we're ready BEGIN { $FS::Schema::setup_hack = 1; } +#to allow initial insert +use FS::part_pkg; +$FS::part_pkg::setup_hack = 1; +$FS::part_pkg::setup_hack = 1; + use strict; use vars qw($opt_u $opt_d $opt_v); use Getopt::Std;