X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FController%2FPriceFactor.pm;h=5f220cbe520bb8f7374369680371bf5f96dd95d4;hb=f15f5e4321df31d2279edb480e9c7fc15c3af31c;hp=5def8aabf32c997abd6e51f167961ee3a805f4d5;hpb=117fefacdfaf457a502b32bae2f0e10fd0e11414;p=kivitendo-erp.git diff --git a/SL/Controller/PriceFactor.pm b/SL/Controller/PriceFactor.pm index 5def8aabf..5f220cbe5 100644 --- a/SL/Controller/PriceFactor.pm +++ b/SL/Controller/PriceFactor.pm @@ -17,7 +17,7 @@ sub action_reorder { SL::DB::PriceFactor->reorder_list(@{ $::form->{price_factor_id} || [] }); - $self->render('1;', { type => 'js', inline => 1 }); + $self->render(\'', { type => 'json' }); } #