X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/42dfa9a7030e7d06288385076e348d34ec809128..7647d46:/SL/Controller/PriceFactor.pm?ds=sidebyside 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' }); } #