Fix remove warning
This commit is contained in:
parent
cfaaf56428
commit
290856db1c
@ -961,7 +961,7 @@ else
|
||||
|
||||
if ($id > 0)
|
||||
{
|
||||
$object->fetch($id);
|
||||
$res=$object->fetch($id);
|
||||
if ($res < 0) { dol_print_error($db,$object->error); exit; }
|
||||
$res=$object->fetch_optionals($object->id,$extralabels);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user