Fix : remove print_r...
This commit is contained in:
parent
19f3866b05
commit
e3d6b0dd9e
@ -83,7 +83,6 @@ if ($id > 0 || ! empty($ref))
|
||||
{
|
||||
$resObj = $object->fetch($id, $ref);
|
||||
$resTP = $object->fetch_thirdparty();
|
||||
print_r($object->thirdparty);
|
||||
if ($resObj < 0) dol_print_error($db,$object->error);
|
||||
if ($resTP < 0) dol_print_error($db,$object->error);
|
||||
} else if($socid) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user