projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bfe3046
)
S:C:Inventory: Kosmetik/Kommentar: emacs happy
author
Bernd Bleßmann
<bernd@kivitendo-premium.de>
Thu, 30 Jan 2020 13:11:34 +0000
(14:11 +0100)
committer
Bernd Bleßmann
<bernd@kivitendo-premium.de>
Thu, 30 Jan 2020 13:11:34 +0000
(14:11 +0100)
SL/Controller/Inventory.pm
patch
|
blob
|
history
diff --git
a/SL/Controller/Inventory.pm
b/SL/Controller/Inventory.pm
index
04631a6
..
539f34a
100644
(file)
--- 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',
);