X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2Fbin%2Ffreeside-setup;fp=FS%2Fbin%2Ffreeside-setup;h=12d9a949c704d4da20cdc1d4c6f3e12c9b21248d;hp=cc6356c7d318dc1ea5c9c34dc87ce241cdf554ba;hb=c8de2cc983d3f014deefb06f1c0b982bc0852247;hpb=fa1ac68bf90cb9582f239bce31db157ec2719f43 diff --git a/FS/bin/freeside-setup b/FS/bin/freeside-setup index cc6356c7d..12d9a949c 100755 --- a/FS/bin/freeside-setup +++ b/FS/bin/freeside-setup @@ -3,6 +3,10 @@ #to delay loading dbdef until we're ready BEGIN { $FS::Schema::setup_hack = 1; } +#to allow initial insert +$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;