Index: APPS/EDI/Bestel/BestelService/PlaatsBestelling/Aankoper.cls.xml
===================================================================
diff -u -r32161 -r38540
--- APPS/EDI/Bestel/BestelService/PlaatsBestelling/Aankoper.cls.xml (.../Aankoper.cls.xml) (revision 32161)
+++ APPS/EDI/Bestel/BestelService/PlaatsBestelling/Aankoper.cls.xml (.../Aankoper.cls.xml) (revision 38540)
@@ -34,6 +34,39 @@
TECH.String
+
+
+TECH.String
+
+
+
+%Library.CacheSerialState
+AankoperState
+
+"Aankoper"
+
+Naam
+
+
+Code
+
+
+LeveringNaam
+
+
+LeveringStraatNrBus
+
+
+LeveringPostcode
+
+
+LeveringWoonplaats
+
+
+LeveringLand
+
+
+
Index: APPS/EDI/Bestel/impl/BestelService.cls.xml
===================================================================
diff -u -r37631 -r38540
--- APPS/EDI/Bestel/impl/BestelService.cls.xml (.../BestelService.cls.xml) (revision 37631)
+++ APPS/EDI/Bestel/impl/BestelService.cls.xml (.../BestelService.cls.xml) (revision 38540)
@@ -18,6 +18,11 @@
1
+
+APPS.VKP.impl.OfferteService
+1
+
+
UnishopBesteller:APPS.EDI.Bestel.impl.BestelService.UnishopBesteller,TandemboxBesteller:APPS.EDI.Bestel.impl.BestelService.TandemboxBesteller
1
@@ -27,6 +32,7 @@
@@ -44,11 +50,13 @@
If $$$Not($IsObject(ResultaatTBX.Exceptie) || $IsObject(ResultaatUNI.Exceptie)){
If $$$HasLength(ResultaatTBX.OfferteIDTBX) {
- Set Resultaat.OfferteID = ResultaatTBX.OfferteID
+ Set Resultaat.OfferteID = ResultaatTBX.OfferteIDTBX
+ Do ..VerwerkLeveradres(Aanvraag, ResultaatTBX.OfferteIDTBX)
Set ResultaatTBXBestel = ..TandemboxBesteller.BestelOfferte(ResultaatTBX.OfferteIDTBX)
}
If $$$HasLength(ResultaatUNI.OfferteID) {
Set Resultaat.OfferteID = ResultaatUNI.OfferteID
+ Do ..VerwerkLeveradres(Aanvraag, ResultaatUNI.OfferteID)
Set ResultaatUNIBestel = ..UnishopBesteller.BestelOfferte(ResultaatUNI.OfferteID, Aanvraag)
}
}
@@ -75,6 +83,27 @@
Quit Resultaat
]]>
+
+
+Aanvraag:APPS.EDI.Bestel.BestelService.PlaatsBestelling.Aanvraag,OfferteID:%String
+
+