add bank holiday shifts

This commit is contained in:
Ross
2021-06-15 22:39:09 +01:00
parent ffb63a3978
commit 01005176a5
6 changed files with 143 additions and 159 deletions
+3
View File
@@ -50,6 +50,9 @@ def load_leave(Rota, use_live_rota):
lower_item = r[i].lower()
if lower_item == "derriford":
lower_item = "plymouth"
if lower_item == "derriford twilights":
lower_item = "plymouth_twilights"
if row_title == "PROC site":
workers[order[i]]["site_pref"] = lower_item