]> wagnertech.de Git - kivitendo-erp.git/blob - SL/DB/GLTransaction.pm
Legacy Fix: version->parse existiert erst seit 5.10.1. Vorher muss version->new-...
[kivitendo-erp.git] / SL / DB / GLTransaction.pm
1 package SL::DB::GLTransaction;
2
3 use strict;
4
5 use SL::DB::MetaSetup::GLTransaction;
6
7 # Creates get_all, get_all_count, get_all_iterator, delete_all and update_all.
8 __PACKAGE__->meta->make_manager_class;
9
10 1;