Fix : remove print_r...

This commit is contained in:
Maxime Kohlhaas 2012-11-29 09:52:20 +01:00
parent 19f3866b05
commit e3d6b0dd9e

View File

@ -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) {