X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FDB%2FContact.pm;h=565566a19c57c1369987c92f63ca2e8709d3d674;hb=937e37ad007405c6a3a389ee18006379ffecc073;hp=d891f0781e1e7274cb4a6011dc923c32d7bcecdf;hpb=adb94488f93673b5b8775bf07cfc453c5c3e2973;p=kivitendo-erp.git diff --git a/SL/DB/Contact.pm b/SL/DB/Contact.pm index d891f0781..565566a19 100644 --- a/SL/DB/Contact.pm +++ b/SL/DB/Contact.pm @@ -14,6 +14,8 @@ use SL::DB::Helper::CustomVariables ( # Creates get_all, get_all_count, get_all_iterator, delete_all and update_all. __PACKAGE__->meta->make_manager_class; +__PACKAGE__->meta->initialize; + sub used { my ($self) = @_;