From cd240efadf464e4971f17e56fd738636d14aa3b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?= Date: Tue, 19 May 2020 21:28:47 +0200 Subject: [PATCH] Update entrepot.class.php --- htdocs/product/stock/class/entrepot.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/product/stock/class/entrepot.class.php b/htdocs/product/stock/class/entrepot.class.php index 93288a92f6c..e7db566cf30 100644 --- a/htdocs/product/stock/class/entrepot.class.php +++ b/htdocs/product/stock/class/entrepot.class.php @@ -244,7 +244,7 @@ class Entrepot extends CommonObject dol_syslog(get_class($this)."::create return -3"); $this->db->rollback(); return -3; - }gateway-addon + } } else { $this->error = "Failed to get insert id";