From a1af0f11c16ff0bac301417e909ecf44a240ae19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?= Date: Tue, 27 Oct 2020 23:01:28 +0100 Subject: [PATCH] Update delivery.class.php --- htdocs/delivery/class/delivery.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/delivery/class/delivery.class.php b/htdocs/delivery/class/delivery.class.php index 4d498d70357..c5b62d4233d 100644 --- a/htdocs/delivery/class/delivery.class.php +++ b/htdocs/delivery/class/delivery.class.php @@ -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;