Skip to content

Commit

Permalink
Bugfix v1.1 applied. Meetings left was not correct set after quaterly.
Browse files Browse the repository at this point in the history
  • Loading branch information
schw3de committed Apr 15, 2024
1 parent af97fa1 commit f4adacd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions TheDepartment/src/domain/Department.cs
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ public void CalculateQuaterly()
{
employee.QuaterlyEarning = 0;
}

MeetingLeftForQuarter = MeetingsResetForQuarter;
}

public string CanFireEmployee(Employee employee)
Expand Down

0 comments on commit f4adacd

Please sign in to comment.