FishEye: Tag 63293 refers to a dead (removed) revision in file `BL/MB/UGLYPicking/Receptie/EtiketAfdrukker.cls.xml'. FishEye: No comparison available. Pass `N' to diff? Index: BL/MB/UGLYPicking/Events/AutoReceptie.cls.xml =================================================================== diff -u -r63293 -r63294 --- BL/MB/UGLYPicking/Events/AutoReceptie.cls.xml (.../AutoReceptie.cls.xml) (revision 63293) +++ BL/MB/UGLYPicking/Events/AutoReceptie.cls.xml (.../AutoReceptie.cls.xml) (revision 63294) @@ -16,6 +16,15 @@ Do ##class(BL.MB.UGLYPicking.ReceptieProductie).aGetToelevArraySortedOnProd() Do ##class(BL.MB.UGLYPicking.ReceptieProductie).aBuildSortedToelevArray() + Try { + If (Event.Data.MagProboxInhoudEtiketAfdrukken) { + Do ##class(BL.MB.UGLYPicking.Receptie.EtiketAfdrukker).%New().DrukProboxOverdoosInhoudEtiketAfIndienNodig(Event.Data.bfrRGID, Event.Data.bfrVolgNr) + } + } Catch { + #dim Exception As TECH.Exceptions.Exception = ##class(TECH.ExceptionHandler).Catch() + Do ##class(vhLib.Logger).%New("BL.MB.UGLYPicking.Receptie").Warning("DrukProboxOverdoosInhoudEtiket","Probleem bij buffer '"_Event.Data.bfrRGID_"' en '"_Event.Data.bfrVolgNr_"'"_$$$CRLF_Exception.ToString()) + } + #dim ResultKoppelAuto As %List = ##class(BL.MB.UGLYPicking.ReceptieProductie).KoppelAUTO() #dim NietGekoppeld As %List = "" FishEye: Tag 63293 refers to a dead (removed) revision in file `vhUnitTest/BL/MB/UGLYPicking/Receptie/EtiketAfdrukker/DrukProboxOverdoosInhoudEtiketAfIndienNodig/Test.cls.xml'. FishEye: No comparison available. Pass `N' to diff?