FIX : CommandeFournisseurLigne update function must not be able to return other value than 1 if success

This commit is contained in:
gauthier 2019-12-12 16:46:25 +01:00
parent c72e7e6a97
commit a0aa51fe0c

View File

@ -3577,7 +3577,7 @@ class CommandeFournisseurLigne extends CommonOrderLine
if (! $error)
{
$this->db->commit();
return $result;
return 1;
}
else
{