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:
parent
0d91aff32c
commit
f9c1dd8edd
@ -4572,7 +4572,7 @@ class Product extends CommonObject
|
||||
|
||||
$langs->load('products');
|
||||
|
||||
$this->db->begin();
|
||||
//$this->db->begin();
|
||||
|
||||
$label_type = 'label';
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user