X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/117fefacdfaf457a502b32bae2f0e10fd0e11414..90a1b6fad6aeeab84fc96d6511fdf42fff315df5:/SL/Controller/PriceFactor.pm 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' }); } #