Index: WS/Web/OLParticulier/impl/Sessie2OLGammaContext.cls.xml =================================================================== diff -u -r734 -r913 --- WS/Web/OLParticulier/impl/Sessie2OLGammaContext.cls.xml (.../Sessie2OLGammaContext.cls.xml) (revision 734) +++ WS/Web/OLParticulier/impl/Sessie2OLGammaContext.cls.xml (.../Sessie2OLGammaContext.cls.xml) (revision 913) @@ -1,12 +1,12 @@ - + Conversie van Sesie gegevens naar Context voor OL.Gamma BL.Derde.KlantSpecifiek 1 DOM.PM.OL.Gamma.Context -62013,37203.574791 +62139,39785.553887 61944,51413.724252 0 @@ -19,8 +19,11 @@ Set Context=..Instance() - Do Context.Init(Sessie.Taal,Sessie.Regio,..GetKlant(Sessie),..GetWebsite(Sessie)) + Set Taal = Sessie.Taal + If (Sessie.ToonVertaalSleutels) Set Taal = "ToonVertaalSleutel" + Do Context.Init(Taal,Sessie.Regio,..GetKlant(Sessie),..GetWebsite(Sessie)) + Set Context.Munt = ..GetMunt(Sessie) Quit Context @@ -85,5 +88,5 @@ ]]> - +