Index: production/integratietest/input/tax/tax-standaard-lade.json
===================================================================
diff -u -r3760 -r4542
--- production/integratietest/input/tax/tax-standaard-lade.json (.../tax-standaard-lade.json) (revision 3760)
+++ production/integratietest/input/tax/tax-standaard-lade.json (.../tax-standaard-lade.json) (revision 4542)
@@ -24,7 +24,6 @@
{"Name":"Data.Kenmerken.Ladekleur", "Value":"W"},
{"Name":"Data.Kenmerken.Meenemerset", "Value":"Z"},
{"Name":"Data.Kenmerken.Productiewijze", "Value":"V"},
- {"Name":"Data.Kenmerken.Rughoogte", "Value":"M"},
{"Name":"Data.Kenmerken.SpecialType", "Value":"N"},
{"Name":"Data.Kenmerken.Toepassing", "Value":"L"},
{"Name":"Data.Kenmerken.Variant", "Value":"TAX"},
Index: production/models/tax/TAX Configurator,1.0.0.xml
===================================================================
diff -u -r4493 -r4542
--- production/models/tax/TAX Configurator,1.0.0.xml (.../TAX Configurator,1.0.0.xml) (revision 4493)
+++ production/models/tax/TAX Configurator,1.0.0.xml (.../TAX Configurator,1.0.0.xml) (revision 4542)
@@ -297,7 +297,7 @@
-
+
@@ -3319,7 +3319,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"};
+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"; "49"; "50"; "51"; "52"; "53"; "54"; "55"; "56"; "57"; "58"; "59"; "61"; "62"; "63"; "64"; "65"; "66"; "67"; "68"; "69"; "70"; "71"; "72"; "73"; "74"};
// Volgende Personalities zijn wellicht niet meer actief: 11, 13, 14, 16, 17, 18, 19, 20, 32,34, 35, 36
BEHAVIOR.IsExportPersonality = (Config.Settings.PersonalityId in _ExportPersonalities);
@@ -4470,7 +4470,7 @@
;data.berekendewaarden.internebreedte@value;
- (DATA.Kenmerken.LadeHoogte <> "") and BEHAVIOR.IsInteractive
+ (BEHAVIOR.IsInteractive or (DATA.Kenmerken.RugHoogte == ""))
if not(DATA.Kenmerken.HeeftAfwijkendeRugHoogte) then
Index: production/integratietest/input/tax/tax-sifon-lade-dubbele-uitsparing.json
===================================================================
diff -u -r3760 -r4542
--- production/integratietest/input/tax/tax-sifon-lade-dubbele-uitsparing.json (.../tax-sifon-lade-dubbele-uitsparing.json) (revision 3760)
+++ production/integratietest/input/tax/tax-sifon-lade-dubbele-uitsparing.json (.../tax-sifon-lade-dubbele-uitsparing.json) (revision 4542)
@@ -24,7 +24,6 @@
{"Name":"Data.Kenmerken.Ladekleur", "Value":"W"},
{"Name":"Data.Kenmerken.Meenemerset", "Value":"Z"},
{"Name":"Data.Kenmerken.Productiewijze", "Value":"V"},
- {"Name":"Data.Kenmerken.Rughoogte", "Value":"M"},
{"Name":"Data.Kenmerken.SpecialType", "Value":"N"},
{"Name":"Data.Kenmerken.Toepassing", "Value":"SY"},
{"Name":"Data.Kenmerken.UitsparingData.UitsparingAantal", "Value":"Dubbel"},
Index: production/integratietest/input/description-list.json
===================================================================
diff -u -r4372 -r4542
--- production/integratietest/input/description-list.json (.../description-list.json) (revision 4372)
+++ production/integratietest/input/description-list.json (.../description-list.json) (revision 4542)
@@ -32,6 +32,7 @@
{"Id":"tax-itr-probleem", "Description":"TAX ITR probleem", "Source":"tax/tax-itr-probleem.json", "ModelId":"tax-configurator"},
{"Id":"tax-standaard-lade", "Description":"TAX standaard lade", "Source":"tax/tax-standaard-lade.json", "ModelId":"tax-configurator"},
+ {"Id":"tax-standaard-lade-afwijkende-rughoogte", "Description":"TAX standaard lade met afwijkede rughoogte", "Source":"tax/tax-standaard-lade-afwijkende-rughoogte.json", "ModelId":"tax-configurator"},
{"Id":"tax-standaard-binnenlade", "Description":"TAX standaard binnenlade", "Source":"tax/tax-standaard-binnenlade.json", "ModelId":"tax-configurator"},
{"Id":"tax-sifon-lade-enkele-uitsparing", "Description":"TAX sifon lade met enkele uitsparing", "Source":"tax/tax-sifon-lade-enkele-uitsparing.json", "ModelId":"tax-configurator"},
{"Id":"tax-sifon-lade-dubbele-uitsparing", "Description":"TAX sifon lade met dubbele uitsparing", "Source":"tax/tax-sifon-lade-dubbele-uitsparing.json", "ModelId":"tax-configurator"},