X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/b8b112a39bd601b0bc717646d78de470631da22a..2d7e4203055156dccb2ca3fba82bbb32873ecd2e:/SL/DB/TaxZone.pm 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;