X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FSetup.pm;h=5422cc85ff214860dc39d8fba7b297077ae5c1a1;hb=807f276f6bf124fb26430f777ddf177980012791;hp=d87668c156423316c0f7031bcbb9ba43b85fe230;hpb=6f200fd174151649b99130938d5b65dfa035f89e;p=freeside.git diff --git a/FS/FS/Setup.pm b/FS/FS/Setup.pm index d87668c15..5422cc85f 100644 --- a/FS/FS/Setup.pm +++ b/FS/FS/Setup.pm @@ -146,14 +146,14 @@ sub populate_initial_data { foreach my $table ( keys %$data ) { - warn "popuilating $table\n"; + #warn "popuilating $table\n"; my $class = "FS::$table"; eval "use $class;"; die $@ if $@; $class->_populate_initial_data(%opt) - if $class->can('_populate_inital_data'); + if $class->can('_populate_initial_data'); my @records = @{ $data->{$table} }; @@ -165,9 +165,9 @@ sub populate_initial_data { die "error inserting record into $table: $error\n" if $error; - my $pkey = $object->primary_key; - my $pkeyvalue = $object->$pkey(); - warn " inserted $pkeyvalue\n"; + #my $pkey = $object->primary_key; + #my $pkeyvalue = $object->$pkey(); + #warn " inserted $pkeyvalue\n"; } @@ -348,11 +348,12 @@ sub initial_data { #not yet.... - #) - #usage classes 'usage_class' => [], + #phone types + 'phone_type' => [], + ; \%hash; @@ -364,7 +365,7 @@ sub populate_access { use FS::AccessRight; use FS::access_right; - foreach my $rightname ( FS::AccessRight->rights ) { + foreach my $rightname ( FS::AccessRight->default_superuser_rights ) { my $access_right = new FS::access_right { 'righttype' => 'FS::access_group', 'rightobjnum' => 1, #$supergroup->groupnum,