summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2009-02-24 09:58:00 +0000
committerivan <ivan>2009-02-24 09:58:00 +0000
commit50af7897706e41b23ea9fd6835265ec530d92af4 (patch)
treea35f3f4e74befe74f44ba96db0df370837ebb177
parent3e9d87cff65fea3973ecc00c648454b5f58a9c78 (diff)
bootstrapping issues, ugh
-rw-r--r--FS/FS/Setup.pm4
1 files changed, 3 insertions, 1 deletions
diff --git a/FS/FS/Setup.pm b/FS/FS/Setup.pm
index 3c8e817d6..2dc90385d 100644
--- a/FS/FS/Setup.pm
+++ b/FS/FS/Setup.pm
@@ -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.