FIX : CommandeFournisseurLigne update function must not be able to return other value than 1 if success
This commit is contained in:
parent
c72e7e6a97
commit
a0aa51fe0c
@ -3577,7 +3577,7 @@ class CommandeFournisseurLigne extends CommonOrderLine
|
||||
if (! $error)
|
||||
{
|
||||
$this->db->commit();
|
||||
return $result;
|
||||
return 1;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user