From: ivan Date: Tue, 24 Feb 2009 09:58:00 +0000 (+0000) Subject: bootstrapping issues, ugh X-Git-Tag: root_of_webpay_support~16 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=50af7897706e41b23ea9fd6835265ec530d92af4 bootstrapping issues, ugh --- 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.