Ajout print de débug
This commit is contained in:
4
main.py
4
main.py
@@ -18,7 +18,7 @@ from threading import *
|
|||||||
|
|
||||||
from class_invoices import *
|
from class_invoices import *
|
||||||
|
|
||||||
VERSION = "202200511 - 1022"
|
VERSION = "202200511 - 1803"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -629,8 +629,10 @@ class ClercAttrib2Biz():
|
|||||||
data.Patient[elem] = "Patient inconnu"
|
data.Patient[elem] = "Patient inconnu"
|
||||||
|
|
||||||
if elem == "street_number":
|
if elem == "street_number":
|
||||||
|
print(f"ADRESS: data.Patient[elem]")
|
||||||
if data.Patient[elem] != None and "-" in data.Patient[elem] and "\t" not in data.Patient[elem]:
|
if data.Patient[elem] != None and "-" in data.Patient[elem] and "\t" not in data.Patient[elem]:
|
||||||
data.Patient[elem] = f"\t{data.Patient[elem]}"
|
data.Patient[elem] = f"\t{data.Patient[elem]}"
|
||||||
|
print(f"ERROR DEBUG ADRESS: { data.Patient[elem]}")
|
||||||
|
|
||||||
|
|
||||||
self.addToIndexs(obj=csv_col, data=data.Patient[elem], cat="patient", key=elem)
|
self.addToIndexs(obj=csv_col, data=data.Patient[elem], cat="patient", key=elem)
|
||||||
|
Reference in New Issue
Block a user