FIX updating supplier order line

This commit is contained in:
Jean-Pierre Morfin 2016-12-11 11:59:49 +01:00
parent c1ec3d9b73
commit a4e424ee0e

View File

@ -2375,7 +2375,7 @@ class CommandeFournisseur extends CommonOrder
// Mise a jour info denormalisees au niveau facture
if ($result > 0)
if ($result >= 0)
{
$this->update_price('','auto');
$this->db->commit();