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:
bad18be
)
DO::get_shipped_qty - typo
author
Sven Schöling
<s.schoeling@linet-services.de>
Mon, 20 Mar 2017 12:21:03 +0000
(13:21 +0100)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Mon, 20 Mar 2017 12:21:03 +0000
(13:21 +0100)
SL/DO.pm
patch
|
blob
|
history
diff --git
a/SL/DO.pm
b/SL/DO.pm
index
ed4d2f5
..
b51fc0f
100644
(file)
--- a/
SL/DO.pm
+++ b/
SL/DO.pm
@@
-1302,7
+1302,7
@@
sub get_shipped_qty {
my @dolinks = RecordLinks->get_links('dbh' => $dbh,
'from_table' => 'oe',
'to_table' => 'delivery_orders',
- 'from_id' => @oe_ids);
+ 'from_id' =>
\
@oe_ids);
my @do_ids = map { $_->{to_id} } @dolinks ;
if (scalar (@do_ids) == 0) {