null value dashboard
This commit is contained in:
parent
0b8d429c94
commit
742ebc8932
@ -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);
|
||||
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user