Fix su equals data ord in distribuzione

This commit is contained in:
2025-01-22 09:41:25 +01:00
parent 9e58769666
commit 42d29b4c85

View File

@@ -2634,7 +2634,7 @@ public class WMSGenericService {
MtbColt mtbColt = null;
if (order != null) {
mtbColt = Stream.of(mtbColtsToInsert).filter(x -> order.getDataOrd().equals(x.getDataOrd()) &&
mtbColt = mtbColtsToInsert.stream().filter(x -> UtilityLocalDate.localDateFromDate(order.getDataOrd()).equals(x.getDataOrd()) &&
order.getNumOrd().equals(x.getNumOrd()) &&
order.getGestione().equals(x.getGestione()) &&
(