Index: APPS/EC/impl/ExterneVerkoopService.cls.xml =================================================================== diff -u -r32274 -r32319 --- APPS/EC/impl/ExterneVerkoopService.cls.xml (.../ExterneVerkoopService.cls.xml) (revision 32274) +++ APPS/EC/impl/ExterneVerkoopService.cls.xml (.../ExterneVerkoopService.cls.xml) (revision 32319) @@ -182,6 +182,8 @@ #Dim KlantInstellingenService As APPS.common.KlantInstellingenService = ##class(APPS.ApplicatieContext).Instance().GeefECommerceAPI().GeefKlantInstellingenService(Personality) #Dim OfferteBesteller As APPS.EC.impl.ExterneVerkoopService.OfferteBesteller = ##class(APPS.EC.impl.ExterneVerkoopService.OfferteBesteller).%New(KlantInstellingenService) + Do ##class(vhLib.Logger).%New().Info("BestelOfferte","Bestel Offerte '"_OfferteID_"' voor klant '"_KlantID_"' (van "_Personality.GeefNaam()_" ("_PersonalityID_").") + Do OfferteBesteller.BestelOfferte(OfferteID, KlantID, PersonalityID) ]]>