X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/deb4d2dbb676d7d6f69dfe7815d6e0cb09bd4a44..53593baa211863fbf66540cf1bcc36c8fb37257f:/SL/DB/EmployeeProjectInvoices.pm diff --git a/SL/DB/EmployeeProjectInvoices.pm b/SL/DB/EmployeeProjectInvoices.pm new file mode 100644 index 000000000..e45196a86 --- /dev/null +++ b/SL/DB/EmployeeProjectInvoices.pm @@ -0,0 +1,10 @@ +package SL::DB::EmployeeProjectInvoices; + +use strict; + +use SL::DB::MetaSetup::EmployeeProjectInvoices; +use SL::DB::Manager::EmployeeProjectInvoices; + +__PACKAGE__->meta->initialize; + +1;