Index: APPS/PM/KenmMWFPlugin.cls.xml =================================================================== diff -u -r65705 -r65707 --- APPS/PM/KenmMWFPlugin.cls.xml (.../KenmMWFPlugin.cls.xml) (revision 65705) +++ APPS/PM/KenmMWFPlugin.cls.xml (.../KenmMWFPlugin.cls.xml) (revision 65707) @@ -202,19 +202,19 @@ #dim MoetKenmerkGesyncedWordenNaarDotNet As %Boolean If (..GeefProductGroep(KenmerkGroep) = "UTKenmerkGroep") { //Om UnitTest te laten slagen - Set MoetKenmerkGesyncedWordenNaarDotNet = $$$False + Set MoetKenmerkGesyncedWordenNaarDotNet = 0 } ElseIf (..GeefProductGroep(KenmerkGroep) = "MAT") { Set MoetKenmerkGesyncedWordenNaarDotNet = ..OmleidingNaarDotNetBepaler.HeeftHFBuildersInDotNet(##class(DOM.PM.enu.Variant).MatStandaard()) } ElseIf (..GeefProductGroep(KenmerkGroep) = "MVX") { Set MoetKenmerkGesyncedWordenNaarDotNet = ..OmleidingNaarDotNetBepaler.HeeftHFBuildersInDotNet(##class(DOM.PM.enu.Variant).Merivobox()) } ElseIf (..GeefProductGroep(KenmerkGroep) = "LBX") { - Set MoetKenmerkGesyncedWordenNaarDotNet = $$$False //..OmleidingNaarDotNetBepaler.HeeftHFBuildersInDotNet(##class(DOM.PM.enu.Variant).LegraboxPure()) + Set MoetKenmerkGesyncedWordenNaarDotNet = 0 //..OmleidingNaarDotNetBepaler.HeeftHFBuildersInDotNet(##class(DOM.PM.enu.Variant).LegraboxPure()) } ElseIf (..GeefProductGroep(KenmerkGroep) = "SST") { - Set MoetKenmerkGesyncedWordenNaarDotNet = $$$False //..OmleidingNaarDotNetBepaler.HeeftHFBuildersInDotNet(##class(DOM.PM.enu.Variant).SpaceStep()) + Set MoetKenmerkGesyncedWordenNaarDotNet = 0 //..OmleidingNaarDotNetBepaler.HeeftHFBuildersInDotNet(##class(DOM.PM.enu.Variant).SpaceStep()) } ElseIf (..GeefProductGroep(KenmerkGroep) = "TAOR") { - Set MoetKenmerkGesyncedWordenNaarDotNet = $$$False //..OmleidingNaarDotNetBepaler.HeeftHFBuildersInDotNet(##class(DOM.PM.enu.Variant).Taorbox()) + Set MoetKenmerkGesyncedWordenNaarDotNet = 0 //..OmleidingNaarDotNetBepaler.HeeftHFBuildersInDotNet(##class(DOM.PM.enu.Variant).Taorbox()) } ElseIf (..GeefProductGroep(KenmerkGroep) = "TBX") { - Set MoetKenmerkGesyncedWordenNaarDotNet = $$$False //..OmleidingNaarDotNetBepaler.HeeftHFBuildersInDotNet(##class(DOM.PM.enu.Variant).TandemboxAntaro()) + Set MoetKenmerkGesyncedWordenNaarDotNet = 0 //..OmleidingNaarDotNetBepaler.HeeftHFBuildersInDotNet(##class(DOM.PM.enu.Variant).TandemboxAntaro()) } Else { Do ##class(TECH.ExceptionHandler).Throw(##class(TECH.Exceptions.UnimplementedException).%New("Over kenmerkgroep '"_KenmerkGroep_"' is niet geweten of deze altijd moet gesynced worden naar .NET of niet ")) }