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
db3c17668e
commit
92b0668e3e
@ -4424,7 +4424,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