Update delivery.class.php

This commit is contained in:
Frédéric FRANCE 2020-10-27 23:01:28 +01:00 committed by GitHub
parent f7c90d7e90
commit a1af0f11c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -825,6 +825,7 @@ class Delivery extends CommonObject
$line->volume_units = $obj->volume_units;
$line->fk_unit = $obj->fk_unit;
$line->fetch_optionals();
$this->lines[$i] = $line;