Modification détection sans transport

This commit is contained in:
Ambulance Clerc
2022-06-02 16:41:15 +02:00
parent 2a42096dcb
commit 9acdf7a0f5

View File

@@ -495,8 +495,9 @@ class ClercAttrib2Biz():
csv_col.data[10] = "<AUTO>" # Compte collectif du tiers = <AUTO> csv_col.data[10] = "<AUTO>" # Compte collectif du tiers = <AUTO>
if "destination_name" not in data.Intervention.keys() or data.Intervention["destination_name"] == None: if "without_transportation" in data.Intervention.keys() and data.Intervention["without_transportation"] == True:
csv_col.data[15] = "Sans transport" csv_col.data[15] = "Sans transport"
print(f"->NO DEST** {data.data['id']}")
else: else:
con = "" con = ""
concat_str = "" concat_str = ""