X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=SL%2FDB%2FTaxKey.pm;fp=SL%2FDB%2FTaxKey.pm;h=bd27ccf56858b8992ea6c93605394f25eb3ccb07;hb=f97b07787db5cacc0f90338fdb3c1237262917cb;hp=0000000000000000000000000000000000000000;hpb=3cc8ad871fc62723dbb9879a004a2af49d21bfef;p=kivitendo-erp.git diff --git a/SL/DB/TaxKey.pm b/SL/DB/TaxKey.pm new file mode 100644 index 000000000..bd27ccf56 --- /dev/null +++ b/SL/DB/TaxKey.pm @@ -0,0 +1,13 @@ +# 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::TaxKey; + +use strict; + +use SL::DB::MetaSetup::TaxKey; + +# Creates get_all, get_all_count, get_all_iterator, delete_all and update_all. +__PACKAGE__->meta->make_manager_class; + +1;