Index: BL/Flow/Levering/Label.cls.xml =================================================================== diff -u -r62167 -r62215 --- BL/Flow/Levering/Label.cls.xml (.../Label.cls.xml) (revision 62167) +++ BL/Flow/Levering/Label.cls.xml (.../Label.cls.xml) (revision 62215) @@ -164,7 +164,7 @@ If (KlantID = ##class(DOM.VKP.enu.Klant).OptimaPack()){ Set ..pxLabelKlant.Logo = "" - } ElseIf (KlantID = ##class(DOM.VKP.enu.Klant).HaefeleNederland()) || (KlantID = ##class(DOM.VKP.enu.Klant).HaefeleBelgie())|| (KlantID = ##class(DOM.VKP.enu.Klant).HaefeleDuitsland()) { + } ElseIf (KlantID = ##class(DOM.VKP.enu.Klant).HaefeleNederland()) || (KlantID = ##class(DOM.VKP.enu.Klant).HaefeleBelgie()) || (KlantID = ##class(DOM.VKP.enu.Klant).HaefeleDuitsland() || (KlantID = ##class(DOM.VKP.enu.Klant).VanRaemdonck())) { Set ..pxLabelKlant.Logo="logo\"_^IPCom("CS","LOGO"_KLNr,0) } ElseIf (KlantID = ##class(DOM.VKP.enu.Klant).DuPont()) { Set ..pxLabelKlant.Logo="logo\"_^IPCom("CS","LOGO"_KLNr,0) @@ -242,6 +242,8 @@ Set ..pxLabelProduct.Logo="logo\"_^IPCom("CS","LOGO"_KLNr,0) } ElseIf (KlantID = ##class(DOM.VKP.enu.Klant).DuPont()) { Set ..pxLabelProduct.Logo="logo\"_^IPCom("CS","LOGO"_KLNr,0) + } ElseIf (KlantID = ##class(DOM.VKP.enu.Klant).VanRaemdonck()) { + Set ..pxLabelProduct.Logo="logo\"_^IPCom("CS","LOGO"_KLNr,0) } Else{ Set ..pxLabelProduct.Logo="logo\Logo VHZwart.svg" }