Ajout du commentaire dans référence client
This commit is contained in:
1
main.py
1
main.py
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user