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