Ajout du commentaire dans référence client

This commit is contained in:
Ambulance Clerc
2022-07-29 09:51:21 +02:00
parent 1907632dca
commit 975595b592

View File

@@ -493,6 +493,7 @@ class ClercAttrib2Biz():
csv_col.data[4] = data.Patient["fip_number"] # Référence
csv_col.data[10] = "<AUTO>" # Compte collectif du tiers = <AUTO>
csv_col.data[139] = "COND-30" # Conditions de payement à 30, COND-30 selon config dans winbiz
csv_col.data[16] = data.data["comments"] # référence client
if "without_transportation" in data.Intervention.keys() and data.Intervention["without_transportation"] == True: