Index: APPS/MAG/Receptie/impl/ReceptiePalletEventHandler.cls.xml =================================================================== diff -u -r58942 -r59047 --- APPS/MAG/Receptie/impl/ReceptiePalletEventHandler.cls.xml (.../ReceptiePalletEventHandler.cls.xml) (revision 58942) +++ APPS/MAG/Receptie/impl/ReceptiePalletEventHandler.cls.xml (.../ReceptiePalletEventHandler.cls.xml) (revision 59047) @@ -18,9 +18,8 @@ If ##class(APPS.VisiDot.impl.Tech).IsVHossID(PalletId) { #dim Order As DOM.VKP.Order = ##class(DOM.VKP.impl.DataM.DataMOrderAPI).%New().GeefOrder(OrderNummer) Set VHossService = ##class(APPS.VisiDot.impl.VHossService).%New() - If $$$HasLength(PalletId) && $$$Not(VHossService.IsVHossGeregistreerd(Order.GeefKlantID(),PalletId)) { - Do VHossService.LeenUitVHoss(Order.GeefKlantID(),PalletId) - } + Do VHossService.LeenUitVHoss(Order.GeefKlantID(),PalletId) + } } Catch { #dim Exception As TECH.Exceptions.Exception = ##class(TECH.ExceptionHandler).Catch()