]> wagnertech.de Git - mfinanz.git/blob - SL/DB/Currency.pm
Added greeting to "my @vc_fields" in flatten_to_form to be able to use the greeting...
[mfinanz.git] / SL / DB / Currency.pm
1 package SL::DB::Currency;
2
3 use strict;
4
5 use SL::DB::MetaSetup::Currency;
6 use SL::DB::Manager::Currency;
7
8 __PACKAGE__->meta->initialize;
9
10 1;