X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FController%2FWarehouse.pm;h=3f8b1528a3c5e104a9fab903bc78baeb13094cf9;hb=37d14c11afd10049be58467770499b25268c1364;hp=33c8bfcdcd060c21037dad03c4b968a6ae13f0cf;hpb=117fefacdfaf457a502b32bae2f0e10fd0e11414;p=kivitendo-erp.git 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' }); } #