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