Merge branch 'b-3.6.1' of ../kivitendo-erp_20220811
[kivitendo-erp.git] / SL / DB / Dunning.pm
index 9be274b..c61bf0f 100644 (file)
@@ -6,10 +6,16 @@ package SL::DB::Dunning;
 use strict;
 
 use SL::DB::MetaSetup::Dunning;
+use SL::DB::Helper::LinkedRecords;
 
 __PACKAGE__->meta->initialize;
 
 # Creates get_all, get_all_count, get_all_iterator, delete_all and update_all.
 __PACKAGE__->meta->make_manager_class;
 
+
+sub date {
+  goto &transdate;
+}
+
 1;