Merge pull request #6140 from jpfox/develop

FIX updating supplier order line
This commit is contained in:
Laurent Destailleur 2016-12-11 13:27:47 +01:00 committed by GitHub
commit caa71b4463

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();