Merge pull request #9347 from atm-greg/fix_getLabelOfUnit

remove useless db begin
This commit is contained in:
Laurent Destailleur 2018-09-01 12:34:43 +02:00 committed by GitHub
commit 179feebd80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4456,8 +4456,6 @@ class Product extends CommonObject
$langs->load('products');
$this->db->begin();
$label_type = 'label';
if ($type == 'short')