[freeside-commits] freeside/FS/FS Setup.pm,1.15,1.16

Ivan,,, ivan at wavetail.420.am
Tue Feb 24 01:58:02 PST 2009


Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv30229/FS/FS

Modified Files:
	Setup.pm 
Log Message:
bootstrapping issues, ugh

Index: Setup.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Setup.pm,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- Setup.pm	21 Dec 2008 21:33:28 -0000	1.15
+++ Setup.pm	24 Feb 2009 09:58:00 -0000	1.16
@@ -146,6 +146,8 @@
 
   foreach my $table ( keys %$data ) {
 
+    warn "popuilating $table\n";
+
     my $class = "FS::$table";
     eval "use $class;";
     die $@ if $@;
@@ -266,7 +268,7 @@
     #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.



More information about the freeside-commits mailing list