hotfix workerhours

This commit is contained in:
Carlos Satorres 2023-11-22 18:35:14 +01:00
parent 1a66987cd0
commit 6b07ee4eb1
1 changed files with 3 additions and 5 deletions

View File

@ -111,11 +111,9 @@ class Controller extends Section {
dayIndex.setDate(dayIndex.getDate() + 1); dayIndex.setDate(dayIndex.getDate() + 1);
} }
if (this.worker) {
this.fetchHours(); this.fetchHours();
this.getWeekData(); this.getWeekData();
} }
}
set weekTotalHours(totalHours) { set weekTotalHours(totalHours) {
this._weekTotalHours = this.formatHours(totalHours); this._weekTotalHours = this.formatHours(totalHours);
@ -404,7 +402,7 @@ class Controller extends Section {
}); });
} }
changeState(state, reason) { state(state, reason) {
this.state = state; this.state = state;
this.reason = reason; this.reason = reason;
this.repaint(); this.repaint();