X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FDB%2FShipto.pm;h=5e2813d2fe6eb2ee66d462b1c52239dd9905aadf;hb=c7241bf7c547d63999898dee7b5dd486e4d122d3;hp=c83fceca9cb96574351cc3329066cfd26df7789c;hpb=71ada638068acc8b1481b7392bc0511fa627647e;p=kivitendo-erp.git diff --git a/SL/DB/Shipto.pm b/SL/DB/Shipto.pm index c83fceca9..5e2813d2f 100644 --- a/SL/DB/Shipto.pm +++ b/SL/DB/Shipto.pm @@ -4,7 +4,10 @@ use strict; use SL::DB::MetaSetup::Shipto; use SL::DB::Manager::Shipto; -use Rose::DB::Object::Helpers qw(clone_and_reset clone); +use SL::DB::Helper::CustomVariables ( + module => 'ShipTo', + cvars_alias => 1, +); our @SHIPTO_VARIABLES = qw(shiptoname shiptostreet shiptozipcode shiptocity shiptocountry shiptogln shiptocontact shiptophone shiptofax shiptoemail shiptodepartment_1 shiptodepartment_2);