Skip to content

Commit

Permalink
Use a custom comment for absence reports
Browse files Browse the repository at this point in the history
  • Loading branch information
jonandernovella committed Sep 7, 2022
1 parent 4ef2c73 commit 049a231
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/pages/VacationPlanner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ export const VacationPlanner = () => {
issue_id: 3499,
activity_id: 19,
hours: 8,
comments: "",
comments: "Reported using the Urdr absence planner",
spent_on: formatDate(vacation_day, dateFormat),
};
const saved = await reportTime(
Expand Down

0 comments on commit 049a231

Please sign in to comment.