bootstrapping issues
[freeside.git] / bin / freeside-create-initial-data
index 052f474..38bf9a5 100755 (executable)
@@ -1,5 +1,9 @@
 #!/usr/bin/perl -Tw
 
+#to allow initial insert
+$FS::part_pkg::setup_hack = 1;
+$FS::part_pkg::setup_hack = 1;
+
 use strict;
 use vars qw($opt_d $opt_v);
 use Getopt::Std;