update for latest proc run

This commit is contained in:
Ross
2023-12-27 19:15:00 +00:00
parent 3d064a75b9
commit 8c28e7155a
2 changed files with 7 additions and 8 deletions
+1 -1
View File
@@ -134,7 +134,7 @@ def load_leave(Rota):
if lower_item in shifts:
worker["requests"].append(WorkRequests(date=date, shift=lower_item))
elif lower_item in ("work_request", "happy to work"):
elif lower_item in ("work_request", "happy to work", "offered"):
worker["requests"].append(WorkRequests(date=date, shift="*"))