CVars als Object Mixin.
[kivitendo-erp.git] / SL / DB / Contact.pm
index 69d666f..d9ebf93 100644 (file)
@@ -6,6 +6,10 @@ package SL::DB::Contact;
 use strict;
 
 use SL::DB::MetaSetup::Contact;
+use SL::DB::Helper::CustomVariables (
+  module      => 'Contacts',
+  cvars_alias => 1,
+);
 
 # Creates get_all, get_all_count, get_all_iterator, delete_all and update_all.
 __PACKAGE__->meta->make_manager_class;