]> wagnertech.de Git - kivitendo-erp.git/blobdiff - SL/DB/Shipto.pm
Alle Vorkommen von "Readonly" entfernt
[kivitendo-erp.git] / SL / DB / Shipto.pm
index 98b7ca139a34ce921f05e3a4a8e9429245418ce3..eba1b6a6b1b41c2d74d7504beacfaf5fc12dbf3e 100644 (file)
@@ -1,12 +1,11 @@
 package SL::DB::Shipto;
 
 use strict;
-use Readonly;
 
 use SL::DB::MetaSetup::Shipto;
 
-Readonly our @SHIPTO_VARIABLES => qw(shiptoname shiptostreet shiptozipcode shiptocity shiptocountry shiptocontact
-                                     shiptophone shiptofax shiptoemail shiptodepartment_1 shiptodepartment_2);
+our @SHIPTO_VARIABLES = qw(shiptoname shiptostreet shiptozipcode shiptocity shiptocountry shiptocontact
+                           shiptophone shiptofax shiptoemail shiptodepartment_1 shiptodepartment_2);
 
 __PACKAGE__->meta->make_manager_class;