Standardstundensatz in Tabelle defaults speichern, nicht in Konfigurationsdatei
[kivitendo-erp.git] / SL / DB / GLTransaction.pm
index c4ca221..352de03 100644 (file)
@@ -4,9 +4,7 @@ use strict;
 
 use SL::DB::MetaSetup::GLTransaction;
 
-for my $field (qw(transdate gldate)) {
-  __PACKAGE__->attr_date($field);
-}
+__PACKAGE__->meta->initialize;
 
 # Creates get_all, get_all_count, get_all_iterator, delete_all and update_all.
 __PACKAGE__->meta->make_manager_class;