[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

SF.net SVN: ledger-smb:[3549] trunk/LedgerSMB/DBObject/Location.pm



Revision: 3549
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=3549&view=rev
Author:   einhverfr
Date:     2011-07-20 23:12:09 +0000 (Wed, 20 Jul 2011)

Log Message:
-----------
Removing temp copied stuff from Location.pm

Modified Paths:
--------------
    trunk/LedgerSMB/DBObject/Location.pm

Modified: trunk/LedgerSMB/DBObject/Location.pm
===================================================================
--- trunk/LedgerSMB/DBObject/Location.pm	2011-07-20 23:08:21 UTC (rev 3548)
+++ trunk/LedgerSMB/DBObject/Location.pm	2011-07-20 23:12:09 UTC (rev 3549)
@@ -26,14 +26,6 @@
     my $type = shift @_;
     
     # assumes all the parameters are present...
-            'address1',
-            'address2',
-            'city',
-            'state',
-            'zipcode',
-            'country',
-            'companyname',            
-    
     my ($ret) = $self->exec_method(funcname=>$type."__save_location", args=>[
         $self->{user_id}, # entity_id           
         $self->{location_id}, # location_id


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.