Importazione rosso gargano e miglioramento paga scadenze

This commit is contained in:
2024-03-01 18:35:55 +01:00
parent eb1043eb3b
commit a2f169101b

View File

@@ -440,6 +440,7 @@ public class AccountingBusinessLogic {
).count();
List<CtbScad> elencoScadenzeNew = new ArrayList<>();
elencoScadenze = Stream.of(elencoScadenze).sorted(Comparator.comparing(CtbScad::getDataScad)).toList();
for (CtbScad ctbScadOrig : elencoScadenze) {
// se il tipo partita non viene passato il metodo si comporta come prima:
// chiude correttamente le scadenze, ma il valore residuo restituito potrebbe non essere corretto.