From 92b0668e3ed28d6086b1a39230a5d37072d6492f Mon Sep 17 00:00:00 2001 From: Norbert Penel Date: Thu, 23 Aug 2018 17:40:40 +0200 Subject: [PATCH] There is a begin transaction without rollback In this Select, there is no need of this Begin Transaction on my understanding. Don't know why this line code is here for. --- htdocs/product/class/product.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/product/class/product.class.php b/htdocs/product/class/product.class.php index a6db67c7709..cfdbcc630bb 100644 --- a/htdocs/product/class/product.class.php +++ b/htdocs/product/class/product.class.php @@ -4424,7 +4424,7 @@ class Product extends CommonObject $langs->load('products'); - $this->db->begin(); + //$this->db->begin(); $label_type = 'label';