Skip to content
Snippets Groups Projects
Commit bbf07641 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix: checkstyle

parent ec2a8b55
Branches
Tags
No related merge requests found
...@@ -876,7 +876,8 @@ else if ($action == 'add' && $user->rights->facture->creer) ...@@ -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 (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']); $object->linked_objects = array_merge($object->linked_objects, $_POST['other_linked_objects']);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment