nettoyage du code débiteur
This commit is contained in:
@@ -1 +1 @@
|
||||
20230124-1508
|
||||
20230124-1547
|
2
main.py
2
main.py
@@ -353,6 +353,8 @@ class ClercAttrib2Biz():
|
||||
data.Debtor["street"] = data.Debtor["street"].strip()
|
||||
if data.data["comments"] is not None:
|
||||
data.data["comments"] = data.data["comments"].strip().replace("\n",'')
|
||||
if data.Debtor["code"] is not None:
|
||||
data.Debtor["code"] = data.Debtor["code"].strip().replace("'","").replace("*","")
|
||||
|
||||
if "name" in data.Debtor.keys() and data.Debtor["name"] is not None:
|
||||
data.Debtor["name"] = data.Debtor["name"].replace("(facturation)","")
|
||||
|
@@ -1 +1 @@
|
||||
VERSION = "20230124-1508"
|
||||
VERSION = "20230124-1547"
|
Reference in New Issue
Block a user