Fix codAnag vettore
This commit is contained in:
parent
cde96ae694
commit
d4c7cdf400
@ -1891,8 +1891,7 @@ public class SpedizioneViewModel {
|
||||
.collect(Collectors.toList());
|
||||
|
||||
mImballiRESTConsumer.registraScarico(
|
||||
vettore != null ? vettore.getCodVvet() : null,
|
||||
vettore != null ? vettore.getCodAnag() : null, inputData,
|
||||
vettore != null ? vettore.getCodVvet() : null, inputData,
|
||||
() -> {
|
||||
this.sendOnLoadingEnded();
|
||||
}, this::sendError);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user