Index: APPS/VKP/impl/OfferteService.cls.xml =================================================================== diff -u -r52181 -r53114 --- APPS/VKP/impl/OfferteService.cls.xml (.../OfferteService.cls.xml) (revision 52181) +++ APPS/VKP/impl/OfferteService.cls.xml (.../OfferteService.cls.xml) (revision 53114) @@ -335,6 +335,7 @@ Set Offerte.DocumentReferenties.KlantOrderNummer = ..GeefOpgekuisteTekst(Hoofding.Referentie.KlantOrderNummer) Set Offerte.DocumentReferenties.CommissieReferentie = ..GeefOpgekuisteTekst(Hoofding.Referentie.CommissieReferentie) Do Offerte.ZetEmailAdresBesteller(..GeefOpgekuisteTekst(Hoofding.EmailAdresBesteller)) + Do Offerte.ZetEmailAdresBevestiging(..GeefOpgekuisteTekst(Hoofding.EmailAdresBevestiging)) ]]> Index: APPS/VKP/OrderIngaveService.cls.xml =================================================================== diff -u -r53029 -r53114 --- APPS/VKP/OrderIngaveService.cls.xml (.../OrderIngaveService.cls.xml) (revision 53029) +++ APPS/VKP/OrderIngaveService.cls.xml (.../OrderIngaveService.cls.xml) (revision 53114) @@ -203,6 +203,7 @@ Do Order.ZetOorsprongKetting($$$LCVT(..BepaalOorsprongKetting(Offerte))) Do Order.ZetEDINummer(Offerte.GeefEDINummerVoorEindklant()) Do Order.ZetEmailAdresBesteller(Offerte.GeefEmailAdresBesteller()) + Do Order.ZetEmailAdresBevestiging(Offerte.GeefEmailAdresBevestiging()) If ..GebruiktExternTransport(Offerte) { Do Order.ZetLeveringVoorwaarde(##class(DOM.CRM.enu.LeveringVoorwaarde).KostInManueleLijn())