Zeiterfassung Update
* Gesammtsumme bei Admin Only Mitarbeitern einfeführt
This commit is contained in:
@@ -87,7 +87,7 @@ table = $('#datatable').DataTable({
|
||||
$('#must-time').text(json.time.must);
|
||||
$('#holidays').text(json.time.holidays);
|
||||
$('#plushours').text(json.time.plushours);
|
||||
if (json.time.AllHours!=0) {
|
||||
if (json.time.AllHours!="00h:00m") {
|
||||
$('#AllHours-div').show();
|
||||
$('#AllHours').text(json.time.AllHours);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user