FIX: remove isolated transaction commit

This commit is contained in:
Marc de Lima Lucio 2019-05-22 11:12:02 +02:00
parent 66dd7e30ae
commit 54f8c98b27

View File

@ -3053,7 +3053,6 @@ class Facture extends CommonInvoice
$line->multicurrency_total_ttc = $tabprice[18];
$line->update($user);
$this->update_price(1);
$this->db->commit();
}
/**