null value dashboard

This commit is contained in:
gandhimathi 2018-01-17 06:05:51 +00:00
parent 0b8d429c94
commit 742ebc8932

View File

@ -733,7 +733,7 @@ function dateFunctionChangeVales()
$data['values'] = $totalwhhour;
//$data['salaryInCurrentday'] = round($salaryInCurrentday);
$data['present_percentage'] = round(($totalwhhour / $month['CUR_month']) * 100);
$data['present_percentage'] = round(($totalwhhour / $data['CUR_month']) * 100);
}