diff --git a/dl_version b/dl_version index 8e5b307..d60a5ce 100644 --- a/dl_version +++ b/dl_version @@ -1 +1 @@ -20230124-1508 \ No newline at end of file +20230124-1547 \ No newline at end of file diff --git a/main.py b/main.py index a8230b1..80f0c9f 100644 --- a/main.py +++ b/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)","") diff --git a/version.py b/version.py index d2b1026..5c92898 100644 --- a/version.py +++ b/version.py @@ -1 +1 @@ -VERSION = "20230124-1508" \ No newline at end of file +VERSION = "20230124-1547" \ No newline at end of file