Index: APPS/common/KlantKost/impl/BezoekKostCalculator.cls.xml =================================================================== diff -u -r1431 -r1432 --- APPS/common/KlantKost/impl/BezoekKostCalculator.cls.xml (.../BezoekKostCalculator.cls.xml) (revision 1431) +++ APPS/common/KlantKost/impl/BezoekKostCalculator.cls.xml (.../BezoekKostCalculator.cls.xml) (revision 1432) @@ -63,7 +63,9 @@ If ($IsObject(MeervoudigeFactor)){ Set $ZTRAP = "Catch" // Opvangen als factor niet bestaat Set FactorWaarde = MeervoudigeFactor.ZoekFactorWaarde("Regio"_Regio,Datum) + GOTO Next Catch Set FactorWaarde = 0 +Next } Quit FactorWaarde ]]>