Fixing style errors.

This commit is contained in:
stickler-ci 2021-03-09 10:41:03 +00:00
parent 07015ef29e
commit 1afddabed4

View File

@ -608,7 +608,7 @@ if ($id) {
$sal->fetch($object->id);
//Employee
if ($action != 'editfk_user') {
if ($sal->getSommePaiement() > 0 && !empty($object->fk_user)){
if ($sal->getSommePaiement() > 0 && !empty($object->fk_user)) {
$userstatic = new User($db);
$result = $userstatic->fetch($object->fk_user);
if ($result > 0) {