BEMADEV / HR-Management

0 stars 1 forks source link

Cancelled Requests on Employee List Page #2

Closed tcavaletto closed 1 year ago

tcavaletto commented 1 year ago

In the HR Management plugin, a if a person has cancelled their vacation request, the hours used and available display properly on their Time Off Summary (see ss1 attached). However, on the Employee List page, it does not take the cancelled requests into account, and shows a negative amount on their row. (see ss2 attached).

tcavaletto commented 1 year ago

Unable to replicate. Code located at https://github.com/BEMADEV/HR-Management/blob/main/com.bemaservices.HrManagement/Plugins/com_bemaservices/HrManagement/HrEmployeeList.ascx.cs#L323 solves this issue.