X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FDO.pm;h=b51fc0f1bf15ee199d7003cdf54f53d902b3c7db;hb=0e04ddd7e3ff23d051838617844698a39f680969;hp=ed4d2f516d4bc9314657c3368a18a638afc6cdda;hpb=a8cba95a2844190deb3efd99ba37294981981234;p=kivitendo-erp.git diff --git a/SL/DO.pm b/SL/DO.pm index ed4d2f516..b51fc0f1b 100644 --- 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) {