X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/f97b07787db5cacc0f90338fdb3c1237262917cb..5f6d6d4eaca3a3d238c678ef3f2a1fe676c3a77a:/SL/DB/AccTransaction.pm diff --git a/SL/DB/AccTransaction.pm b/SL/DB/AccTransaction.pm index 0f7871735..290732058 100644 --- a/SL/DB/AccTransaction.pm +++ b/SL/DB/AccTransaction.pm @@ -7,6 +7,8 @@ use strict; use SL::DB::MetaSetup::AccTransaction; +__PACKAGE__->meta->initialize; + # Creates get_all, get_all_count, get_all_iterator, delete_all and update_all. __PACKAGE__->meta->make_manager_class;