paid leave remove
This commit is contained in:
parent
5b5a96d63c
commit
392a8426f7
@ -687,7 +687,7 @@ function myFunction(p,i,v)
|
|||||||
{
|
{
|
||||||
var current = value.textContent == '' ? 0:parseFloat(value.textContent);
|
var current = value.textContent == '' ? 0:parseFloat(value.textContent);
|
||||||
totalworkingHrs += current;
|
totalworkingHrs += current;
|
||||||
if(current == 0){paidleave++;}
|
if(current == 0){paidleave--;}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user