Debug team_pdf

This commit is contained in:
Ambulance Clerc
2023-05-17 14:59:20 +02:00
parent 085baa830e
commit fb6f579089

View File

@@ -94,7 +94,7 @@ class cls_caldav():
item.key = item.key.replace("$","")
if "Manif" in item.key:
item.team_manif = True
item.key = item.key.replace("manif", "")
item.key = item.key.replace("Manif", "")
item.name = arr[1]
if "&" in item.name:
arr = item.name.split("&")