Merge pull request #6140 from jpfox/develop
FIX updating supplier order line
This commit is contained in:
commit
caa71b4463
@ -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();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user