Closed pb866 closed 2 years ago
Quick fix for v0.1
: hide method vacation_days
.
For v0.2
make sure, vacation_days
das not change any Kimai attributes. Make a public function vacation_days
as described in #7 that does not change attributes and a private method that makes use of the public function that is allowed to change attributes.
Closed by 2fe7b57ebc72dc8b04962ee23eb1c4d4f2e9a956.
When public method
vacation_days
is called, the attributevacationdays
should not change as this leads to wrong results in the output of thestats
method.