Index: APPS/EDI/Bestel/impl/BestelService.cls.xml
===================================================================
diff -u -r32161 -r32215
--- APPS/EDI/Bestel/impl/BestelService.cls.xml (.../BestelService.cls.xml) (revision 32161)
+++ APPS/EDI/Bestel/impl/BestelService.cls.xml (.../BestelService.cls.xml) (revision 32215)
@@ -44,8 +44,8 @@
} catch {
#dim Exception As TECH.Exceptions.Exception = ##class(TECH.ExceptionHandler).Catch()
do ..ExterneVerkoopService.WisOfferte(Offerte.OfferteID)
- set Resultaat = ##class(APPS.EDI.Bestel.BestelService.PlaatsBestelling.Resultaat).%New()
- set Resultaat.Exceptie = Exception
+ set Resultaat = ##class(APPS.EDI.Bestel.BestelService.PlaatsBestelling.Resultaat).%New()
+ set Resultaat.Exceptie = Exception
}
quit Resultaat
]]>
@@ -59,7 +59,7 @@
set Iterator = ##class(TECH.ListIterator).%New(Order.Lijnen)
while Iterator.HasNext() {
- do ..VoegToeLijn(Iterator.Next())
+ do ..VoegToeLijn(OfferteID,Iterator.Next())
}
]]>
@@ -68,7 +68,7 @@
OfferteID:%String,Lijn:APPS.EDI.common.dto.ProductLijn
1