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 GitHub
parent db3c17668e
commit 92b0668e3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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