forked from Wavyzz/dolibarr
This commit is contained in:
@@ -742,6 +742,8 @@ class Reception extends CommonObject
|
||||
foreach ($supplierorderdispatch->lines as $dispatch_line) {
|
||||
if (array_key_exists($dispatch_line->fk_product, $qty_received)) {
|
||||
$qty_received[$dispatch_line->fk_product] += $dispatch_line->qty;
|
||||
} else {
|
||||
$qty_received[$dispatch_line->fk_product] = $dispatch_line->qty;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user