bootstrapping issues
authorivan <ivan>
Tue, 24 Feb 2009 09:52:33 +0000 (09:52 +0000)
committerivan <ivan>
Tue, 24 Feb 2009 09:52:33 +0000 (09:52 +0000)
FS/bin/freeside-setup
bin/freeside-create-initial-data

index 12d9a94..ddff81e 100755 (executable)
@@ -4,6 +4,7 @@
 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;
 
index 38bf9a5..4102089 100755 (executable)
@@ -1,6 +1,7 @@
 #!/usr/bin/perl -Tw
 
 #to allow initial insert
+use FS::part_pkg;
 $FS::part_pkg::setup_hack = 1;
 $FS::part_pkg::setup_hack = 1;