X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/117fefacdfaf457a502b32bae2f0e10fd0e11414..28633ebf9fdef86d9756b5a04c222421cc1a5cd6:/SL/Controller/Warehouse.pm diff --git a/SL/Controller/Warehouse.pm b/SL/Controller/Warehouse.pm index 33c8bfcdc..3f8b1528a 100644 --- a/SL/Controller/Warehouse.pm +++ b/SL/Controller/Warehouse.pm @@ -17,7 +17,7 @@ sub action_reorder { SL::DB::Warehouse->reorder_list(@{ $::form->{warehouse_id} || [] }); - $self->render('1;', { type => 'js', inline => 1 }); + $self->render(\'', { type => 'json' }); } #