Modification détection sans transport
This commit is contained in:
3
main.py
3
main.py
@@ -495,8 +495,9 @@ class ClercAttrib2Biz():
|
||||
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"
|
||||
print(f"->NO DEST** {data.data['id']}")
|
||||
else:
|
||||
con = ""
|
||||
concat_str = ""
|
||||
|
Reference in New Issue
Block a user