]> wagnertech.de Git - mfinanz.git/blob - SL/DB/Chart.pm
Das ungrlückliche Script ./js/highlight_input.js entfernt und dafür input.focus einge...
[mfinanz.git] / SL / DB / Chart.pm
1 package SL::DB::Chart;
2
3 use strict;
4
5 use SL::DB::MetaSetup::Chart;
6
7 __PACKAGE__->meta->make_manager_class;
8
9 1;