Index: APPS/common/KlantKost/impl/AfhalingKostCalculator.cls.xml =================================================================== diff -u -r1933 -r1937 --- APPS/common/KlantKost/impl/AfhalingKostCalculator.cls.xml (.../AfhalingKostCalculator.cls.xml) (revision 1933) +++ APPS/common/KlantKost/impl/AfhalingKostCalculator.cls.xml (.../AfhalingKostCalculator.cls.xml) (revision 1937) @@ -29,12 +29,12 @@ { Set Klant = KlantIterator.Next() Set KlantNr = Klant.GeefNummer() + Set ProformaIt = Klant.GeefProformasIterator(StartDatum, EindDatum) Do ..BerekenAdressenPerDatum(ProformaIt) Set FactuurIt = Klant.GeefFacturenIterator(StartDatum, EindDatum) Do ..BerekenAdressenPerDatum(FactuurIt) - /// Voor deze klant, alle verschillende adressen per dag. Set Datum = "" Set Datum = $O(..DatumAdresAantal(Datum)) @@ -75,8 +75,7 @@ /// in code kan Proforma door Factuur vervangen worden als term, kunnen beide iterators binnenkomen. While (Iterator.HasNext()) { Set Proforma = Iterator.Next() - Set ProformaNr = Proforma.GeefNr() - + Set ProformaNr = Proforma.GeefNr() /// alle bonnen overlopen van een proforma Set BonIt = Proforma.GeefBonIterator() While (BonIt.HasNext()) {