Ajout du code débiteur 158 HRF Fribourg comme EBILL

This commit is contained in:
Ambulance Clerc
2023-11-28 16:39:58 +01:00
parent 90bb7e53b0
commit e8b52bcd17
3 changed files with 4 additions and 3 deletions

View File

@@ -1 +1 @@
20231128-1459
20231128-1639

View File

@@ -771,7 +771,7 @@ class ClercAttrib2Biz():
csv_col.data[116] = self.ifNotNull(data.Patient["category"]) + " - " + self.ifNotNull(data.Intervention["type"])
csv_col.data[118] = data.Intervention["kilometers"]
csv_col.data[135] = data.Intervention["base_name"]
if data.Debtor["code"] == "100" or data.Debtor["code"] == "101":
if data.Debtor["code"] == "100" or data.Debtor["code"] == "101" or data.Debtor["code"] == "158":
csv_col.data[136] = "EBILL" #code présentation de facture
else:
csv_col.data[136] = 3 #code présentation de facture

View File

@@ -1 +1,2 @@
VERSION = "20231128-1459"
VERSION = "20231128-1639"