From 50af7897706e41b23ea9fd6835265ec530d92af4 Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 24 Feb 2009 09:58:00 +0000 Subject: [PATCH] bootstrapping issues, ugh --- FS/FS/Setup.pm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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. -- 2.11.0