Fix codAnag vettore

This commit is contained in:
Giuseppe Scorrano 2024-04-23 18:14:27 +02:00
parent cde96ae694
commit d4c7cdf400

View File

@ -1891,8 +1891,7 @@ public class SpedizioneViewModel {
.collect(Collectors.toList()); .collect(Collectors.toList());
mImballiRESTConsumer.registraScarico( mImballiRESTConsumer.registraScarico(
vettore != null ? vettore.getCodVvet() : null, vettore != null ? vettore.getCodVvet() : null, inputData,
vettore != null ? vettore.getCodAnag() : null, inputData,
() -> { () -> {
this.sendOnLoadingEnded(); this.sendOnLoadingEnded();
}, this::sendError); }, this::sendError);