Merge pull request #9294 from homer8173/patch-3

FIX There is a begin transaction without rollback
This commit is contained in:
Laurent Destailleur 2018-08-28 01:32:21 +02:00 committed by GitHub
commit aadc278fb4
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';