Merge pull request #9294 from homer8173/patch-3
FIX There is a begin transaction without rollback
This commit is contained in:
commit
aadc278fb4
@ -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