]> wagnertech.de Git - mfinanz.git/blob - SL/DB/GLTransaction.pm
Form::parse_template: "Content-disposition: attachment"-Header nur ausgeben, wenn...
[mfinanz.git] / SL / DB / GLTransaction.pm
1 package SL::DB::GLTransaction;
2
3 use strict;
4
5 use SL::DB::MetaSetup::GLTransaction;
6
7 __PACKAGE__->meta->initialize;
8
9 # Creates get_all, get_all_count, get_all_iterator, delete_all and update_all.
10 __PACKAGE__->meta->make_manager_class;
11
12 1;