3621-fix(worker_calendar): absence in holiday day #911
No reviewers
Labels
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: verdnatura/salix#911
Loading…
Reference in New Issue
No description provided.
Delete Branch "3621-worker_calendar"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
WIP:3621-fix(worker_calendar): absence in holiday dayto 3621-fix(worker_calendar): absence in holiday day@ -2506,0 +2510,4 @@
INSERT INTO `vn`.`calendarHolidaysType` (`id`, `name`, `hexColour`)
VALUES
(1, 'test', 'E9AA01');
Don't use words like test in fixtures as it makes it difficult to discern what is a real fixture and what is a temporary change made by a test.
LGTM