]> wagnertech.de Git - mfinanz.git/blob - SL/DB/Currency.pm
js/common.js: show_alert_and_focus auf annotate umgeschrieben
[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;