From c8de2cc983d3f014deefb06f1c0b982bc0852247 Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 24 Feb 2009 09:50:44 +0000 Subject: bootstrapping issues --- FS/bin/freeside-setup | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'FS/bin') 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; -- cgit v1.2.1