Index: development/models/tbx/TBX Configurator,1.0.0.xml =================================================================== diff -u -r4415 -r4429 --- development/models/tbx/TBX Configurator,1.0.0.xml (.../TBX Configurator,1.0.0.xml) (revision 4415) +++ development/models/tbx/TBX Configurator,1.0.0.xml (.../TBX Configurator,1.0.0.xml) (revision 4429) @@ -3814,7 +3814,7 @@ - + @@ -3847,7 +3847,7 @@ - + @@ -4827,7 +4827,7 @@ true -local collection _ExportPersonalities = {"3";"10";"11";"13";"14";"16";"17";"18";"19";"20";"32";"33";"34";"35";"36";"37";"38";"39";"40";"41";"42";"43";"44";"45"; "48"}; +local collection _ExportPersonalities = {"3";"10";"11";"13";"14";"16";"17";"18";"19";"20";"32";"33";"34";"35";"36";"37";"38";"39";"40";"41";"42";"43";"44";"45"; "48"}; BEHAVIOR.IsExportPersonality = (Config.Settings.PersonalityId in _ExportPersonalities); @@ -8417,9 +8417,10 @@ BEHAVIOR.IsInteractive local boolean _IsSpoelbaklade = (DATA.Kenmerken.Toepassing == "SP2"); +local boolean _StaatConfiguratorInHetNederlands = (CONFIG.Language == "nl"); -UI.UitsparingData.SpoelbakCodeXY@visible = _IsSpoelbaklade; -UI.UitsparingData.SpoelbakCodeXY@mandatory = _IsSpoelbaklade; +UI.UitsparingData.SpoelbakCodeXY@visible = (_IsSpoelbaklade and _StaatConfiguratorInHetNederlands); +UI.UitsparingData.SpoelbakCodeXY@mandatory = (_IsSpoelbaklade and _StaatConfiguratorInHetNederlands); UI.UitsparingData.UitsparingAantal@visible = not(_isSpoelbaklade);