X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FDB%2FShipto.pm;h=5e2813d2fe6eb2ee66d462b1c52239dd9905aadf;hb=c7241bf7c547d63999898dee7b5dd486e4d122d3;hp=2492ac7ec7dceee699ed392d6543a7a009c9a9b1;hpb=dc39f671740dc3ab2292c604e8605dd69fb33eac;p=kivitendo-erp.git diff --git a/SL/DB/Shipto.pm b/SL/DB/Shipto.pm index 2492ac7ec..5e2813d2f 100644 --- a/SL/DB/Shipto.pm +++ b/SL/DB/Shipto.pm @@ -3,11 +3,16 @@ package SL::DB::Shipto; use strict; use SL::DB::MetaSetup::Shipto; +use SL::DB::Manager::Shipto; +use SL::DB::Helper::CustomVariables ( + module => 'ShipTo', + cvars_alias => 1, +); -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;