Index: vhUnitTest/BL/Flow/Proxy/pxLevering/TestAfzenderHoofding.cls.xml =================================================================== diff -u -r53088 -r53095 --- vhUnitTest/BL/Flow/Proxy/pxLevering/TestAfzenderHoofding.cls.xml (.../TestAfzenderHoofding.cls.xml) (revision 53088) +++ vhUnitTest/BL/Flow/Proxy/pxLevering/TestAfzenderHoofding.cls.xml (.../TestAfzenderHoofding.cls.xml) (revision 53095) @@ -112,21 +112,21 @@ #dim pxLevering As BL.Flow.Proxy.pxLevering = ##class(BL.Flow.Proxy.pxLevering).Create(BONNr,0,"F") #dim afzender As BL.FOP.Derde.pxAfzenderHoofding =pxLevering.AfzenderHoofding If $$$AssertTrue($IsObject(afzender)){ - Do $$$AssertEquals(afzender.NAAM,"Hein F GMBH","Klantnaam") - Do $$$AssertEquals(afzender.STRAATNRBUS,"Rechbergstrasse 5","Straat") - Do $$$AssertEquals(afzender.POSTCODE,"71116","Postcode") - Do $$$AssertEquals(afzender.WOONPLAATS,"Gaertringen","Woonplaats") - Do $$$AssertEquals(afzender.EMAIL,"Hein email") - Do $$$AssertEquals(afzender.TELEFOON,"00-49-7034 92700") + Do $$$AssertEquals(afzender.NAAM,"Hein F GmbH","Klantnaam") + Do $$$AssertEquals(afzender.STRAATNRBUS,"Rechbergstr. 5","Straat") + Do $$$AssertEquals(afzender.POSTCODE,"D-71116","Postcode") + Do $$$AssertEquals(afzender.WOONPLAATS,"Gärtringen","Woonplaats") + Do $$$AssertEquals(afzender.EMAIL,"info@hein-beschlag.de") + Do $$$AssertEquals(afzender.TELEFOON,"+49-7034-9270-0") Do $$$AssertEquals(afzender.FAX,"") Do $$$AssertEquals(afzender.LOGO.Content,"\\fop\Resources\Media\KlantLogos\Logo\Logo Hein 7833.svg") Do $$$AssertEquals(afzender.LOGO.Type,"SVG") - Do $$$AssertEquals(afzender.T1,"DE 14516592 1") - Do $$$AssertEquals(afzender.T2,"Hein HR") - Do $$$AssertEquals(afzender.T3,"Hein bank 1") - Do $$$AssertEquals(afzender.T4,"Hein bank 2") - Do $$$AssertEquals(afzender.T5,"") + Do $$$AssertEquals(afzender.T1,"UID-Nr. DE 163434332") + Do $$$AssertEquals(afzender.T2,"VBH: IBAN DE 46 6039 1310 0021 5460 02") + Do $$$AssertEquals(afzender.T3,"BIC: GENODES1VBH") + Do $$$AssertEquals(afzender.T4,"PGS: IBAN DE 91 6001 0070 0265 6167 04") + Do $$$AssertEquals(afzender.T5,"BIC: PBNKDEFF") Do $$$AssertEquals(afzender.T6,"") Do $$$AssertEquals(afzender.T7,"") Do $$$AssertEquals(afzender.T8,"") Index: BL/Flow/Proxy/impl/LeverbonHoofdingBepaler.cls.xml =================================================================== diff -u -r53088 -r53095 --- BL/Flow/Proxy/impl/LeverbonHoofdingBepaler.cls.xml (.../LeverbonHoofdingBepaler.cls.xml) (revision 53088) +++ BL/Flow/Proxy/impl/LeverbonHoofdingBepaler.cls.xml (.../LeverbonHoofdingBepaler.cls.xml) (revision 53095) @@ -166,16 +166,17 @@ Set URL = ##class(TECH.Files).AppendFile(URL,Bestand) Set ..LeverbonHoofding.LOGO = ##class(BL.FOP.Basis.pxAttribType).Create(URL,##class(TECH.StringUtils).ToUpper(Extensie),,) } - Set ..LeverbonHoofding.NAAM = "Hein F GMBH" - Set ..LeverbonHoofding.STRAATNRBUS = "Rechbergstrasse 5" - Set ..LeverbonHoofding.WOONPLAATS = "Gaertringen" - Set ..LeverbonHoofding.POSTCODE = "71116" - Set ..LeverbonHoofding.TELEFOON = "00-49-7034 92700" - Set ..LeverbonHoofding.EMAIL = "Hein email" - Set ..LeverbonHoofding.T1 = "DE 14516592 1" - Set ..LeverbonHoofding.T2 = "Hein HR" - Set ..LeverbonHoofding.T3 = "Hein bank 1" - Set ..LeverbonHoofding.T4 = "Hein bank 2" + Set ..LeverbonHoofding.NAAM = "Hein F GmbH" + Set ..LeverbonHoofding.STRAATNRBUS = "Rechbergstr. 5" + Set ..LeverbonHoofding.WOONPLAATS = "Gärtringen" + Set ..LeverbonHoofding.POSTCODE = "D-71116" + Set ..LeverbonHoofding.TELEFOON = "+49-7034-9270-0" + Set ..LeverbonHoofding.EMAIL = "info@hein-beschlag.de" + Set ..LeverbonHoofding.T1 = "UID-Nr. DE 163434332" + Set ..LeverbonHoofding.T2 = "VBH: IBAN DE 46 6039 1310 0021 5460 02" + Set ..LeverbonHoofding.T3 = "BIC: GENODES1VBH" + Set ..LeverbonHoofding.T4 = "PGS: IBAN DE 91 6001 0070 0265 6167 04" + Set ..LeverbonHoofding.T5 = "BIC: PBNKDEFF" } ]]>