Index: APPS/common/impl/KlantInstellingenService.cls.xml =================================================================== diff -u -r31276 -r32831 --- APPS/common/impl/KlantInstellingenService.cls.xml (.../KlantInstellingenService.cls.xml) (revision 31276) +++ APPS/common/impl/KlantInstellingenService.cls.xml (.../KlantInstellingenService.cls.xml) (revision 32831) @@ -98,6 +98,8 @@ #dim MinimumAantalVoorProbox As %Integer If KlantID = ##class(DOM.VKP.enu.Klant).OptimaPack() { Set MinimumAantalVoorProbox = 1 + } ElseIf KlantID = ##class(DOM.VKP.enu.Klant).SFS() { + Set MinimumAantalVoorProbox = 4 } Else { Set MinimumAantalVoorProbox = 6 }