From e84a2ab07c8f2019d4b968e63bc4c6eeb650f37c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric?= <35066297+c3do@users.noreply.github.com> Date: Fri, 4 Sep 2020 21:26:57 +0200 Subject: [PATCH] Fix addline commande.class.php --- htdocs/commande/class/commande.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/commande/class/commande.class.php b/htdocs/commande/class/commande.class.php index 7ebe1fa7884..74338d7bddc 100644 --- a/htdocs/commande/class/commande.class.php +++ b/htdocs/commande/class/commande.class.php @@ -1035,6 +1035,7 @@ class Commande extends CommonOrder $line->fk_unit, $origintype, $originid, + 0, $line->ref_ext ); if ($result < 0)