X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FController%2FRequirementSpecType.pm;h=e9bdb7b828dabfdf89c638115aca39b6397795b8;hb=96f2dabc7d64e28c74358fb5745a6c68b18527f3;hp=060cdc80d39aa1be4079f581f5c062c4ddb30236;hpb=e95a205ff485e881051db820f5abc627eeb4eacc;p=kivitendo-erp.git diff --git a/SL/Controller/RequirementSpecType.pm b/SL/Controller/RequirementSpecType.pm index 060cdc80d..e9bdb7b82 100644 --- a/SL/Controller/RequirementSpecType.pm +++ b/SL/Controller/RequirementSpecType.pm @@ -31,7 +31,7 @@ sub action_list { sub action_new { my ($self) = @_; - $self->{requirement_spec_type} = SL::DB::RequirementSpecType->new; + $self->{requirement_spec_type} = SL::DB::RequirementSpecType->new(template_file_name => 'requirement_spec'); $self->render('requirement_spec_type/form', title => t8('Create a new requirement spec type')); }