X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FDB%2FCurrency.pm;h=f7fe0e21d42af50013ea5585faf1797edb6a8797;hb=f5e39f21bd5f9c5dd9a8bbbdfa34d0c17a2fc44d;hp=14ba066e938ce2f608d9bee4b285f47a498c2695;hpb=26892ad4061a94cce873952f1e72d4f7badf6e3b;p=kivitendo-erp.git diff --git a/SL/DB/Currency.pm b/SL/DB/Currency.pm index 14ba066e9..f7fe0e21d 100644 --- a/SL/DB/Currency.pm +++ b/SL/DB/Currency.pm @@ -1,13 +1,10 @@ -# 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::Currency; use strict; use SL::DB::MetaSetup::Currency; +use SL::DB::Manager::Currency; -# Creates get_all, get_all_count, get_all_iterator, delete_all and update_all. -__PACKAGE__->meta->make_manager_class; +__PACKAGE__->meta->initialize; 1;