Merge pull request #12696 from atm-gauthier/10.0_fix_updateline_fourn_order_return_mustnot_be_zero

FIX : CommandeFournisseurLigne update function must not be able to re…
This commit is contained in:
Laurent Destailleur 2019-12-14 13:54:51 +01:00 committed by GitHub
commit dcc9f7d8d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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