X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/b8b112a39bd601b0bc717646d78de470631da22a..2d7e4203055156dccb2ca3fba82bbb32873ecd2e:/SL/DB/Department.pm diff --git a/SL/DB/Department.pm b/SL/DB/Department.pm index 133886cdb..afca1900f 100644 --- a/SL/DB/Department.pm +++ b/SL/DB/Department.pm @@ -7,6 +7,8 @@ use SL::DB::Manager::Department; use SL::DB::DptTrans; +__PACKAGE__->meta->initialize; + sub validate { my ($self) = @_;