Inversion Street et complément (position) dans adresse livraison
This commit is contained in:
@@ -1 +1 @@
|
||||
20220630-1013
|
||||
20220705-1341
|
||||
6
main.py
6
main.py
@@ -546,12 +546,12 @@ class ClercAttrib2Biz():
|
||||
if data.Debtor["lastname"] is not None:
|
||||
concat_str += con + self.ifNotNull(data.Debtor["lastname"]) + " " + self.ifNotNull(data.Debtor["firstname"])
|
||||
con = "#chr(13)##chr(10)#"
|
||||
if data.Debtor["street"] is not None:
|
||||
concat_str += con + self.ifNotNull(data.Debtor["street"]) + " " + self.ifNotNull(data.Debtor["street_number"])
|
||||
con = "#chr(13)##chr(10)#"
|
||||
if data.Debtor["complement"] is not None:
|
||||
concat_str += con + data.Debtor["complement"]
|
||||
con = "#chr(13)##chr(10)#"
|
||||
if data.Debtor["street"] is not None:
|
||||
concat_str += con + self.ifNotNull(data.Debtor["street"]) + " " + self.ifNotNull(data.Debtor["street_number"])
|
||||
con = "#chr(13)##chr(10)#"
|
||||
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)#"
|
||||
|
||||
@@ -1 +1 @@
|
||||
VERSION = "20220630-1013"
|
||||
VERSION = "20220705-1341"
|
||||
Reference in New Issue
Block a user