ATTENDANCE ISSUE FIXED

This commit is contained in:
gandhimathi 2018-01-16 10:48:51 +00:00
parent 13e43e8377
commit 5f1244dcfe

View File

@ -57,7 +57,7 @@ $currentday = date('d');
border-collapse: collapse; border-collapse: collapse;
border-spacing: 0; border-spacing: 0;
/*table-layout: fixed; Algoritmo de distribucion fijo */ /*table-layout: fixed; Algoritmo de distribucion fijo */
/*white-space:nowrap; Impide los saltos de línea automáticos */ /*white-space:nowrap; Impide los saltos de línea automáticos */
} }
.fht-table th,.fht-table td { .fht-table th,.fht-table td {
@ -756,7 +756,7 @@ function findInvalidData()
return false; return false;
} }
} }
else if((val.id).substr(-1) == 'T') else if((val.id).substr(-1) == 'T' && (val.id).substr(-2) != 'DW')
{ {
if(parseFloat(val.textContent) > 16) if(parseFloat(val.textContent) > 16)
{ {