Merge branch 'master' into develop
All checks were successful
IntegryManagementSystem_Multi/pipeline/head This commit looks good
All checks were successful
IntegryManagementSystem_Multi/pipeline/head This commit looks good
This commit is contained in:
@@ -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()) &&
|
||||
(
|
||||
|
||||
Reference in New Issue
Block a user