]> wagnertech.de Git - mfinanz.git/blobdiff - SL/Controller/Inventory.pm
S:C:Inventory: Kosmetik/Kommentar: emacs happy
[mfinanz.git] / SL / Controller / Inventory.pm
index 04631a64b17f935ec36a1da52d18969c1c842069..539f34a9e3ba6eecf3dc67e41cc9ee392eb2a6cd 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',
   );