From 3e9d87cff65fea3973ecc00c648454b5f58a9c78 Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 24 Feb 2009 09:52:33 +0000 Subject: [PATCH] bootstrapping issues --- FS/bin/freeside-setup | 1 + bin/freeside-create-initial-data | 1 + 2 files changed, 2 insertions(+) diff --git a/FS/bin/freeside-setup b/FS/bin/freeside-setup index 12d9a949c..ddff81ef9 100755 --- a/FS/bin/freeside-setup +++ b/FS/bin/freeside-setup @@ -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; diff --git a/bin/freeside-create-initial-data b/bin/freeside-create-initial-data index 38bf9a5c3..410208978 100755 --- a/bin/freeside-create-initial-data +++ b/bin/freeside-create-initial-data @@ -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; -- 2.11.0