OT calculation issue : GWM
This commit is contained in:
parent
a30f939c8c
commit
8b175379c1
@ -914,10 +914,14 @@ $(document).ready(function () {
|
|||||||
|
|
||||||
} else {
|
} else {
|
||||||
|
|
||||||
|
if (str1 == 'T')
|
||||||
|
{
|
||||||
var text = value.textContent.trim();
|
var text = value.textContent.trim();
|
||||||
var current = (text === '' || isNaN(parseFloat(text))) ? 0 : parseFloat(value.textContent);
|
var current = (text === '' || isNaN(parseFloat(text))) ? 0 : parseFloat(value.textContent);
|
||||||
totalOTHrs = totalOTHrs + current;
|
totalOTHrs = totalOTHrs + current;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user