Fix su commessa nulla nel caso di picking libero
This commit is contained in:
parent
fa10973626
commit
e24e6858fb
@ -552,7 +552,8 @@ public class PickingLiberoViewModel {
|
||||
askQuantities(pickedAarts.iterator(), destNewMtbColr, () -> {
|
||||
if (!destNewMtbColr.isEmpty()) {
|
||||
|
||||
destNewMtbColr.forEach(x -> x.setCodJcom(this.mDefaultCommessa.getCodJcom()));
|
||||
if(this.mDefaultCommessa != null)
|
||||
destNewMtbColr.forEach(x -> x.setCodJcom(this.mDefaultCommessa.getCodJcom()));
|
||||
|
||||
MtbColt clonedTestata = (MtbColt) sourceMtbColt.clone();
|
||||
clonedTestata.getMtbColr().clear();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user