Merge branch 'spidev' into 'master'
Zeiterfassung Update See merge request fronk/thetool!1029
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!=0) {
|
||||
$('#AllHours-div').show();
|
||||
$('#AllHours').text(json.time.AllHours);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user