bootstrapping issues
[freeside.git] / FS / bin / freeside-setup
index cc6356c..12d9a94 100755 (executable)
@@ -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;