diff options
-rwxr-xr-x | FS/bin/freeside-setup | 1 | ||||
-rwxr-xr-x | bin/freeside-create-initial-data | 1 |
2 files changed, 2 insertions, 0 deletions
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; |