From: Bernd Bleßmann Date: Thu, 30 Jan 2020 13:11:34 +0000 (+0100) Subject: S:C:Inventory: Kosmetik/Kommentar: emacs happy X-Git-Tag: release-3.5.6.1~379 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=14d905e5a6bdc95c13bf7575deb5f79f6e34fb2c;p=kivitendo-erp.git S:C:Inventory: Kosmetik/Kommentar: emacs happy --- diff --git a/SL/Controller/Inventory.pm b/SL/Controller/Inventory.pm index 04631a64b..539f34a9e 100644 --- a/SL/Controller/Inventory.pm +++ b/SL/Controller/Inventory.pm @@ -820,7 +820,7 @@ select unnest(ids) SQL my $objs = SL::DB::Manager::Inventory->get_all( - query => [ id => [ \"$query" ] ], + query => [ id => [ \"$query" ] ], # " make emacs happy with_objects => [ 'parts', 'trans_type', 'bin', 'bin.warehouse' ], # prevent lazy loading in template sort_by => 'itime DESC', );