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:
commit
dcc9f7d8d3
@ -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