]> wagnertech.de Git - kivitendo-erp.git/blobdiff - SL/DB/Shipto.pm
Reapply "country_mode entfernt."
[kivitendo-erp.git] / SL / DB / Shipto.pm
index 2492ac7ec7dceee699ed392d6543a7a009c9a9b1..c83fceca9cb96574351cc3329066cfd26df7789c 100644 (file)
@@ -3,11 +3,13 @@ package SL::DB::Shipto;
 use strict;
 
 use SL::DB::MetaSetup::Shipto;
+use SL::DB::Manager::Shipto;
+use Rose::DB::Object::Helpers qw(clone_and_reset clone);
 
-our @SHIPTO_VARIABLES = qw(shiptoname shiptostreet shiptozipcode shiptocity shiptocountry shiptocontact
+our @SHIPTO_VARIABLES = qw(shiptoname shiptostreet shiptozipcode shiptocity shiptocountry shiptogln shiptocontact
                            shiptophone shiptofax shiptoemail shiptodepartment_1 shiptodepartment_2);
 
-__PACKAGE__->meta->make_manager_class;
+__PACKAGE__->meta->initialize;
 
 sub displayable_id {
   my $self = shift;