X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/d17e1b9d1b761bb19d0cb79a742ea70a07028998..c45b8d02a52b00efe282e14e55cf5c464066eb01:/SL/DB/RequirementSpecTextBlock.pm?ds=inline diff --git a/SL/DB/RequirementSpecTextBlock.pm b/SL/DB/RequirementSpecTextBlock.pm index e417be77b..b87166d3e 100644 --- a/SL/DB/RequirementSpecTextBlock.pm +++ b/SL/DB/RequirementSpecTextBlock.pm @@ -3,15 +3,13 @@ package SL::DB::RequirementSpecTextBlock; use strict; use SL::DB::MetaSetup::RequirementSpecTextBlock; +use SL::DB::Manager::RequirementSpecTextBlock; # ActsAsList does not support position arguments grouped by other # columns, e.g. by the requirement_spec_id in this case. So we cannot # use it yet. # use SL::DB::Helper::ActsAsList; use SL::Locale::String; -# Creates get_all, get_all_count, get_all_iterator, delete_all and update_all. -__PACKAGE__->meta->make_manager_class; - sub validate { my ($self) = @_;