Zeiterfassung Update
* Gesammtsumme bei Admin Only Mitarbeitern einfeführt
This commit is contained in:
@@ -87,6 +87,10 @@ table = $('#datatable').DataTable({
|
||||
$('#must-time').text(json.time.must);
|
||||
$('#holidays').text(json.time.holidays);
|
||||
$('#plushours').text(json.time.plushours);
|
||||
if (json.time.AllHours>0) {
|
||||
$('#AllHours-div').show();
|
||||
$('#AllHours').text(json.time.AllHours);
|
||||
}
|
||||
if ($("#plushours").text().includes("-")) {
|
||||
$('#plushours-label').css('background-color', '#fda7a7');
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user