Index: AXimpl/Dynamics/InventoryOut/BatchJobPakbonMagGeboektWorden.cls.xml =================================================================== diff -u -r61075 -r61130 --- AXimpl/Dynamics/InventoryOut/BatchJobPakbonMagGeboektWorden.cls.xml (.../BatchJobPakbonMagGeboektWorden.cls.xml) (revision 61075) +++ AXimpl/Dynamics/InventoryOut/BatchJobPakbonMagGeboektWorden.cls.xml (.../BatchJobPakbonMagGeboektWorden.cls.xml) (revision 61130) @@ -37,6 +37,8 @@ #dim LeverbonnenIterator as TECH.Iterator = ..UitleveringHoofdingRepository.ZoekAlle() While LeverbonnenIterator.HasNext(){ #dim HoofdingLeverbon As Flow.Uitlevering.Hoofding = LeverbonnenIterator.Next() + + Continue:($$$Not(HoofdingLeverbon.FakSoort = "F")) Try{ Do ..VerwerkBon(HoofdingLeverbon.BonNr) } catch {