X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/f9676efea9ccfa01df2a57dca9c45cc8fde0d09e..c92f5dc6cc52c841c8d39de834903648b4577824:/SL/DB/BankAccount.pm diff --git a/SL/DB/BankAccount.pm b/SL/DB/BankAccount.pm index c293c6c34..4ef201b99 100644 --- a/SL/DB/BankAccount.pm +++ b/SL/DB/BankAccount.pm @@ -7,6 +7,7 @@ use strict; use SL::DB::MetaSetup::BankAccount; +__PACKAGE__->meta->initialize; # Creates get_all, get_all_count, get_all_iterator, delete_all and update_all. __PACKAGE__->meta->make_manager_class;