Débug date de naissance

This commit is contained in:
Ambulance Clerc
2022-06-09 00:04:08 +02:00
parent 934ed40937
commit d2c132bc24

View File

@@ -531,7 +531,7 @@ class ClercAttrib2Biz():
else:
csv_col.data[21] = ''
csv_col.data[40] = data.Patient["birthdate"]
csv_col.data[40] = datetime.strptime(data.Patient["birthdate"], "%Y-%m-%d").strftime("%d.%m.%Y")
csv_col.data[48] = 0