Index: BL/PPS/OL/Inpak.cls.xml =================================================================== diff -u -r50149 -r50360 --- BL/PPS/OL/Inpak.cls.xml (.../Inpak.cls.xml) (revision 50149) +++ BL/PPS/OL/Inpak.cls.xml (.../Inpak.cls.xml) (revision 50360) @@ -1173,6 +1173,8 @@ + +Zie ook de gelijknamigee method (niet de query) "GetBONOverview" (N.B. Studio toont enkel de query via Ctrl+G)! %Query Index: APPS/common/VerkoopDocumentVragenService.cls.xml =================================================================== diff -u -r29059 -r50360 --- APPS/common/VerkoopDocumentVragenService.cls.xml (.../VerkoopDocumentVragenService.cls.xml) (revision 29059) +++ APPS/common/VerkoopDocumentVragenService.cls.xml (.../VerkoopDocumentVragenService.cls.xml) (revision 50360) @@ -14,7 +14,7 @@ while itProductLijnen.HasNext() && 'IsOverdoosNodigBijOrderPicking { #dim ProductLijn As DOM.VKP.ProductOrderlijn = itProductLijnen.Next() #dim ProductID As %String = ProductLijn.GeefProductID() - set IsOverdoosNodigBijOrderPicking = ( ProductTypeAPI.IsTAORIndelingProduct(ProductID) || ProductTypeAPI.IsOrgaluxProduct(ProductID) ) + set IsOverdoosNodigBijOrderPicking = (ProductLijn.GeefAantal() > 0) && ( ProductTypeAPI.IsTAORIndelingProduct(ProductID) || ProductTypeAPI.IsOrgaluxProduct(ProductID) ) } quit IsOverdoosNodigBijOrderPicking