X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FController%2FRequirementSpecStatus.pm;h=12d5a653e6372a0e020c8f1e89b1c07da112f075;hb=93cc0157161476f242f3304b1950f80d0ba5ef08;hp=debd18babb99ba0db3bf54f91bb340bc4dc11b14;hpb=6d75a1bc95b6b7ea7c5a348fffc37a2b7fea35fd;p=kivitendo-erp.git diff --git a/SL/Controller/RequirementSpecStatus.pm b/SL/Controller/RequirementSpecStatus.pm index debd18bab..12d5a653e 100644 --- a/SL/Controller/RequirementSpecStatus.pm +++ b/SL/Controller/RequirementSpecStatus.pm @@ -5,7 +5,6 @@ use strict; use parent qw(SL::Controller::Base); use SL::DB::RequirementSpecStatus; -use SL::DB::Language; use SL::Helper::Flash; use SL::Locale::String; @@ -71,7 +70,7 @@ sub action_reorder { SL::DB::RequirementSpecStatus->reorder_list(@{ $::form->{requirement_spec_status_id} || [] }); - $self->render('1;', { type => 'js', inline => 1 }); + $self->render(\'', { type => 'json' }); } #