Skip to content

Commit

Permalink
Merge pull request #9347 from atm-greg/fix_getLabelOfUnit
Browse files Browse the repository at this point in the history
remove useless db begin
  • Loading branch information
eldy committed Sep 1, 2018
2 parents e317b08 + f8fef61 commit 179feeb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions htdocs/product/class/product.class.php
Expand Up @@ -4456,8 +4456,6 @@ function getLabelOfUnit($type='long')

$langs->load('products');

$this->db->begin();

$label_type = 'label';

if ($type == 'short')
Expand Down

0 comments on commit 179feeb

Please sign in to comment.