Fixing style errors.

This commit is contained in:
stickler-ci 2022-05-17 11:00:13 +00:00
parent ada81750c1
commit 8950ae160b

View File

@ -454,7 +454,7 @@ if (empty($reshook)) {
}
} elseif ($action == 'setref_client' && $user->rights->ficheinter->creer) {
// Positionne ref client
$result = $object->setRefClient($user, GETPOST('ref_client','alpha'));
$result = $object->setRefClient($user, GETPOST('ref_client', 'alpha'));
if ($result < 0) {
setEventMessages($object->error, $object->errors, 'errors');
}