From bc7c1540cc56cc328d8a3f685f870156eafc5780 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?= Date: Tue, 27 Oct 2020 22:57:06 +0100 Subject: [PATCH] Update fichinter.class.php --- htdocs/fichinter/class/fichinter.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/fichinter/class/fichinter.class.php b/htdocs/fichinter/class/fichinter.class.php index 2e79edd8b9e..e07771179ee 100644 --- a/htdocs/fichinter/class/fichinter.class.php +++ b/htdocs/fichinter/class/fichinter.class.php @@ -1356,6 +1356,7 @@ class Fichinter extends CommonObject $line->datei = $this->db->jdate($objp->date); $line->rang = $objp->rang; $line->product_type = 1; + $line->fetch_optionals(); $this->lines[$i] = $line;