diff options
author | ivan <ivan> | 2009-02-24 09:52:33 +0000 |
---|---|---|
committer | ivan <ivan> | 2009-02-24 09:52:33 +0000 |
commit | 3e9d87cff65fea3973ecc00c648454b5f58a9c78 (patch) | |
tree | 0ad9e08c281c3150adb9074f65b61f9f22e26b88 /FS/bin/freeside-setup | |
parent | c8de2cc983d3f014deefb06f1c0b982bc0852247 (diff) |
bootstrapping issues
Diffstat (limited to 'FS/bin/freeside-setup')
-rwxr-xr-x | FS/bin/freeside-setup | 1 |
1 files changed, 1 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; |