paid leave remove

This commit is contained in:
venbatechnologies@gmail.com 2018-11-02 10:57:02 +05:30
parent 5b5a96d63c
commit 392a8426f7

View File

@ -687,7 +687,7 @@ function myFunction(p,i,v)
{
var current = value.textContent == '' ? 0:parseFloat(value.textContent);
totalworkingHrs += current;
if(current == 0){paidleave++;}
if(current == 0){paidleave--;}
}
else
{