Fix: checkstyle
This commit is contained in:
parent
ec2a8b5551
commit
bbf07641ed
@ -876,7 +876,8 @@ else if ($action == 'add' && $user->rights->facture->creer)
|
||||
if (count($exp->linkedObjectsIds['commande']) > 0) $object->linked_objects['commande'] = $exp->linkedObjectsIds['commande'][0];
|
||||
}
|
||||
|
||||
if (is_array($_POST['other_linked_objects']) && ! empty($_POST['other_linked_objects'])) {
|
||||
if (is_array($_POST['other_linked_objects']) && ! empty($_POST['other_linked_objects']))
|
||||
{
|
||||
$object->linked_objects = array_merge($object->linked_objects, $_POST['other_linked_objects']);
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user