X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FDB%2FTaxZone.pm;h=3dfb313553486a56e897ca68d008c4ef5757559a;hb=165d1a99e7402a0cbd600dfd4a56cec8feff9ae5;hp=7e0f2e725608496bff50cd9a699a9d27deb699c5;hpb=6cf3f7762efd40bee49a2b8f11bb4ab6915d9071;p=kivitendo-erp.git diff --git a/SL/DB/TaxZone.pm b/SL/DB/TaxZone.pm index 7e0f2e725..3dfb31355 100644 --- a/SL/DB/TaxZone.pm +++ b/SL/DB/TaxZone.pm @@ -7,6 +7,8 @@ use strict; use SL::DB::MetaSetup::TaxZone; +__PACKAGE__->meta->initialize; + # Creates get_all, get_all_count, get_all_iterator, delete_all and update_all. __PACKAGE__->meta->make_manager_class;