S:C:Inventory: Kosmetik/Kommentar: emacs happy
authorBernd Bleßmann <bernd@kivitendo-premium.de>
Thu, 30 Jan 2020 13:11:34 +0000 (14:11 +0100)
committerBernd Bleßmann <bernd@kivitendo-premium.de>
Thu, 30 Jan 2020 13:11:34 +0000 (14:11 +0100)
SL/Controller/Inventory.pm

index 04631a6..539f34a 100644 (file)
@@ -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',
   );