bootstrapping issues, ugh
authorivan <ivan>
Tue, 24 Feb 2009 09:58:00 +0000 (09:58 +0000)
committerivan <ivan>
Tue, 24 Feb 2009 09:58:00 +0000 (09:58 +0000)
FS/FS/Setup.pm

index 3c8e817..2dc9038 100644 (file)
@@ -146,6 +146,8 @@ sub populate_initial_data {
 
   foreach my $table ( keys %$data ) {
 
+    warn "popuilating $table\n";
+
     my $class = "FS::$table";
     eval "use $class;";
     die $@ if $@;
@@ -266,7 +268,7 @@ sub initial_data {
     #which would only sell regular packages of services. Click on View/Edit
     #agent types and Add a new agent type.
     'agent_type' => [
-      { 'atype' => 'internal' },
+      { 'atype' => 'Internal' },
     ],
 
     #Allow this agent type to sell the package you created above.