Zeiterfassung
* Fix Aktiv/Inaktiv Anzeige bei der Personaladministration
This commit is contained in:
@@ -116,8 +116,8 @@ $type[3] = "Lehrling";
|
|||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<tr class="<?= ($timerecordingemployees[$timerecordinguser->id]['bmd_active'] == "0") ? "inactive_empoyee" : "" ?>">
|
<tr class="<?= ($timerecordingemployees[$timerecordinguser->id]['bmd_active'] == "1") ? "" : "inactive_empoyee" ?>">
|
||||||
<td class="text-center pr-3"><?= ($timerecordingemployees[$timerecordinguser->id]['bmd_active'] == "0") ? "Nein" : "Ja" ?></td>
|
<td class="text-center pr-3"><?= ($timerecordingemployees[$timerecordinguser->id]['bmd_active'] == "1") ? "Ja" : "Nein" ?></td>
|
||||||
<td><?= $timerecordinguser->name ?></td>
|
<td><?= $timerecordinguser->name ?></td>
|
||||||
<td class="text-center"
|
<td class="text-center"
|
||||||
data-order="<?= $timerecordingemployees[$timerecordinguser->id]['birthday'] ?>"><?= ($timerecordingemployees[$timerecordinguser->id]['birthday']) ? date("d.m.Y", $timerecordingemployees[$timerecordinguser->id]['birthday']) : "-" ?></td>
|
data-order="<?= $timerecordingemployees[$timerecordinguser->id]['birthday'] ?>"><?= ($timerecordingemployees[$timerecordinguser->id]['birthday']) ? date("d.m.Y", $timerecordingemployees[$timerecordinguser->id]['birthday']) : "-" ?></td>
|
||||||
|
|||||||
Reference in New Issue
Block a user