Ajout du pays dans adresse livraison si pas suisse
This commit is contained in:
4
main.py
4
main.py
@@ -572,6 +572,10 @@ class ClercAttrib2Biz():
|
||||
if data.Debtor["city"] is not None:
|
||||
concat_str += con + self.ifNotNull(data.Debtor["postal_code"]) + " " + self.ifNotNull(data.Debtor["city"])
|
||||
con = "#chr(13)##chr(10)#"
|
||||
if data.Debtor["country_name"] != "Suisse":
|
||||
concat_str += con + data.Debtor["country_name"]
|
||||
con = "#chr(13)##chr(10)#"
|
||||
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user