printObjectLines return void
This commit is contained in:
parent
3109f8e07a
commit
7b317c4cbf
@ -389,7 +389,8 @@ if ($object->id > 0 && (empty($action) || ($action != 'edit' && $action != 'crea
|
|||||||
|
|
||||||
if (! empty($object->lines))
|
if (! empty($object->lines))
|
||||||
{
|
{
|
||||||
$ret = $object->printObjectLines($action, $mysoc, $soc, $lineid, 1);
|
// printObjectLines return void
|
||||||
|
$object->printObjectLines($action, $mysoc, $soc, $lineid, 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Form to add new line
|
// Form to add new line
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user