summaryrefslogtreecommitdiff
path: root/FS/FS/Setup.pm
diff options
context:
space:
mode:
authorlevinse <levinse>2011-04-19 23:49:39 +0000
committerlevinse <levinse>2011-04-19 23:49:39 +0000
commit0cdeb16dd536ac7e3d5ed8ab25da73311f0be870 (patch)
tree46b8520ff25bf09c7039b839dea312f7d9fb791c /FS/FS/Setup.pm
parent01f60974743197ac14e569c16c68a0c2ff3a5bd4 (diff)
bulk DID orders/inventory enhancements, RT11291
Diffstat (limited to 'FS/FS/Setup.pm')
-rw-r--r--FS/FS/Setup.pm7
1 files changed, 7 insertions, 0 deletions
diff --git a/FS/FS/Setup.pm b/FS/FS/Setup.pm
index 29ca9a8..ac143ce 100644
--- a/FS/FS/Setup.pm
+++ b/FS/FS/Setup.pm
@@ -53,6 +53,8 @@ sub create_initial_data {
populate_access();
populate_msgcat();
+
+ populate_numbering();
if ( $oldAutoCommit ) {
dbh->commit or die dbh->errstr;
@@ -60,6 +62,11 @@ sub create_initial_data {
}
+sub pouplate_numbering {
+ eval "use FS::lata_Data;"; # this automatically populates the lata table, if unpopulated
+ eval "use FS::msa_Data;"; # this automatically populates the msa table, if unpopulated
+}
+
sub populate_locales {
use Locale::Country;