X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/841d44c00aae1166a0721e40dc2f9ffb7b9ac5b5..2b8804456d1d3ee249a70d98679ea3a934b25a39:/SL/DB/Currency.pm diff --git a/SL/DB/Currency.pm b/SL/DB/Currency.pm index 9b24f4105..f7fe0e21d 100644 --- a/SL/DB/Currency.pm +++ b/SL/DB/Currency.pm @@ -5,4 +5,6 @@ use strict; use SL::DB::MetaSetup::Currency; use SL::DB::Manager::Currency; +__PACKAGE__->meta->initialize; + 1;