Fixing style errors.
This commit is contained in:
parent
07015ef29e
commit
1afddabed4
@ -608,7 +608,7 @@ if ($id) {
|
|||||||
$sal->fetch($object->id);
|
$sal->fetch($object->id);
|
||||||
//Employee
|
//Employee
|
||||||
if ($action != 'editfk_user') {
|
if ($action != 'editfk_user') {
|
||||||
if ($sal->getSommePaiement() > 0 && !empty($object->fk_user)){
|
if ($sal->getSommePaiement() > 0 && !empty($object->fk_user)) {
|
||||||
$userstatic = new User($db);
|
$userstatic = new User($db);
|
||||||
$result = $userstatic->fetch($object->fk_user);
|
$result = $userstatic->fetch($object->fk_user);
|
||||||
if ($result > 0) {
|
if ($result > 0) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user