X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/f9676efea9ccfa01df2a57dca9c45cc8fde0d09e..01b298ec34411c2eb6272cad65d5065cf6e812f5:/SL/DB/Tax.pm diff --git a/SL/DB/Tax.pm b/SL/DB/Tax.pm index 58161aeff..c027061fb 100644 --- a/SL/DB/Tax.pm +++ b/SL/DB/Tax.pm @@ -1,11 +1,11 @@ -# This file has been auto-generated only because it didn't exist. -# Feel free to modify it at will; it will not be overwritten automatically. - package SL::DB::Tax; use strict; use SL::DB::MetaSetup::Tax; +use SL::DB::Helper::TranslatedAttributes; + +__PACKAGE__->meta->initialize; # Creates get_all, get_all_count, get_all_iterator, delete_all and update_all. __PACKAGE__->meta->make_manager_class;