From f8fef6107555ac6ad45976da8222a658357fb235 Mon Sep 17 00:00:00 2001 From: atm-greg Date: Thu, 30 Aug 2018 09:19:44 +0200 Subject: [PATCH] remove useless db begin --- htdocs/product/class/product.class.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/htdocs/product/class/product.class.php b/htdocs/product/class/product.class.php index 0b40f815816..f33029d368a 100644 --- a/htdocs/product/class/product.class.php +++ b/htdocs/product/class/product.class.php @@ -4456,8 +4456,6 @@ class Product extends CommonObject $langs->load('products'); - $this->db->begin(); - $label_type = 'label'; if ($type == 'short')