Importazione rosso gargano e miglioramento paga scadenze
This commit is contained in:
@@ -440,6 +440,7 @@ public class AccountingBusinessLogic {
|
|||||||
).count();
|
).count();
|
||||||
|
|
||||||
List<CtbScad> elencoScadenzeNew = new ArrayList<>();
|
List<CtbScad> elencoScadenzeNew = new ArrayList<>();
|
||||||
|
elencoScadenze = Stream.of(elencoScadenze).sorted(Comparator.comparing(CtbScad::getDataScad)).toList();
|
||||||
for (CtbScad ctbScadOrig : elencoScadenze) {
|
for (CtbScad ctbScadOrig : elencoScadenze) {
|
||||||
// se il tipo partita non viene passato il metodo si comporta come prima:
|
// 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.
|
// chiude correttamente le scadenze, ma il valore residuo restituito potrebbe non essere corretto.
|
||||||
|
|||||||
Reference in New Issue
Block a user