Index: Flow/Offerte/LijnProductAfgeleid/tmpDev.mac.rou =================================================================== diff -u -r29059 -r38119 --- Flow/Offerte/LijnProductAfgeleid/tmpDev.mac.rou (.../tmpDev.mac.rou) (revision 29059) +++ Flow/Offerte/LijnProductAfgeleid/tmpDev.mac.rou (.../tmpDev.mac.rou) (revision 38119) @@ -202,7 +202,7 @@ Do $$$SetKenmVal(WSLn.GAMeta,"GAMETA") Do $$$SetKenmVal(WSLn.Exclude,"EXCLUDE") Do $$$SetKenmVal(WSLn.KostPrijs,"PRIJS") - For Key="DS","LT","CB","WD","LD","DK","BM","BX","ASM","BGRP","SPZK","SB","OPVL","STDL","VPK","OLP","KLROPVL" Do + For Key="DS","LT","CB","WD","LD","DK","BM","BX","ASM","BGRP","SPZK","SB","OPVL","STDL","VPK","OLP","KLROPVL","RSTL" Do . Do $$$SetKenmVal($zobjproperty(WSLn,"Item"_Key),"Item"_Key) For Key="KL","KB","RK","KX","FB" Do . Do $$$SetKenmVal($zobjproperty(WSLn,"Item"_Key),"Item"_Key) Index: BL/PR/GA/TB/tmpDev2.mac.rou =================================================================== diff -u -r37681 -r38119 --- BL/PR/GA/TB/tmpDev2.mac.rou (.../tmpDev2.mac.rou) (revision 37681) +++ BL/PR/GA/TB/tmpDev2.mac.rou (.../tmpDev2.mac.rou) (revision 38119) @@ -160,6 +160,7 @@ Do ..BTValues.SetAt(WSLn.ItemKLROPVL ,"TBOpvullijstKleur") Do ..BTValues.SetAt(WSLn.ItemSB ,"TBStabilisator") + Do ..BTValues.SetAt(WSLn.ItemRSTL ,"TBRugStukVerlaagd") Do ..BTValues.SetAt("Z" ,"TBStalenRug") Set SPZKpiece1=$P(WSLn.ItemSPZK,";",1) Do ..BTValues.SetAt(SPZKpiece1 ,"TBSPZijkant") Index: BL/Flow/Offerte/ProductGAData.cls.xml =================================================================== diff -u -r34197 -r38119 --- BL/Flow/Offerte/ProductGAData.cls.xml (.../ProductGAData.cls.xml) (revision 34197) +++ BL/Flow/Offerte/ProductGAData.cls.xml (.../ProductGAData.cls.xml) (revision 38119) @@ -25,7 +25,7 @@ ; Kenmerken from WSLijn data For Key="LIJNNR","AANT","EXCLUDE" Do . Do oLijn.Kenmerken.SetAt($G(Params("LN",Key)),Key) - For Key="LT","CB","WD","LD","DK","BM","BX","ASM","BGRP","SPZK","SB","OPVL","STDL","VPK","OLP","FB","DWV","FS","KLROPVL" Do + For Key="LT","CB","WD","LD","DK","BM","BX","ASM","BGRP","SPZK","SB","OPVL","STDL","VPK","OLP","FB","DWV","FS","KLROPVL","RSTL" Do . Do oLijn.Kenmerken.SetAt($G(Params("LN",Key)),"Item"_Key) For Key="KL","KB","RK","KX","KV","DS" Do . Do oLijn.Kenmerken.SetAt($G(Params("LN","KLR",Key)),"Item"_Key) @@ -325,10 +325,11 @@ Set arKenm("TBVulstukKleur")=$$$GetKenm("ItemKV") Set arKenm("TBOpvullijstKleur")=$$$GetKenm("ItemKLROPVL") ; "LG" ; Tijdelijk defaulten op "LichtGrijs" - Set arKenm("TBStabilisator")=$$$GetKenm("ItemSB") - Set arKenm("TBStalenRug") =$$$GetKenm("ItemSR") + Set arKenm("TBStabilisator") =$$$GetKenm("ItemSB") + Set arKenm("TBRugStukVerlaagd")=$$$GetKenm("ItemRSTL") + Set arKenm("TBStalenRug") =$$$GetKenm("ItemSR") Set:(arKenm("TBStalenRug")="") arKenm("TBStalenRug")="Z" - Set arKenm("TBSPZijkant") =$P($$$GetKenm("ItemSPZK"),";",1) + Set arKenm("TBSPZijkant") =$P($$$GetKenm("ItemSPZK"),";",1) If Klas=##class(DOM.PM.enu.TBXKlas).SifonTypeBlum() { Set arKenm("SpoelbakZkLi")=$P($$$GetKenm("ItemSPZK"),";",2)