X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FDB%2FShipto.pm;h=b8868ab1e15a8af03d1850fd41b551bdbf5ef613;hb=refs%2Fheads%2Fswiss;hp=2492ac7ec7dceee699ed392d6543a7a009c9a9b1;hpb=dc39f671740dc3ab2292c604e8605dd69fb33eac;p=kivitendo-erp.git diff --git a/SL/DB/Shipto.pm b/SL/DB/Shipto.pm index 2492ac7ec..b8868ab1e 100644 --- a/SL/DB/Shipto.pm +++ b/SL/DB/Shipto.pm @@ -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 shiptophone shiptofax shiptoemail shiptodepartment_1 shiptodepartment_2); -__PACKAGE__->meta->make_manager_class; +__PACKAGE__->meta->initialize; sub displayable_id { my $self = shift;