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.
This commit is contained in:
Norbert Penel 2018-08-23 17:40:40 +02:00 committed by Laurent Destailleur
parent 0d91aff32c
commit f9c1dd8edd

View File

@ -4572,7 +4572,7 @@ class Product extends CommonObject
$langs->load('products');
$this->db->begin();
//$this->db->begin();
$label_type = 'label';