Piccolo fix barcode_ul per importazione bolle metalsistem smetar
This commit is contained in:
@@ -558,6 +558,7 @@ public class MetalSistemImportService {
|
||||
colT.setNumCollo(0);
|
||||
colT.setCodMdep(codMdep);
|
||||
colT.setActivityId(activityID);
|
||||
colT.setBarcodeUl(null);
|
||||
colT.setMtbColr(new ArrayList<>());
|
||||
colT.setMtbCols(new ArrayList<>());
|
||||
colT.setPosizione(posizioneDefault);
|
||||
@@ -697,6 +698,7 @@ public class MetalSistemImportService {
|
||||
colTNew.setMtbColr(new ArrayList<>());
|
||||
colTNew.setMtbCols(new ArrayList<>());
|
||||
colTNew.setPosizione(posizioneDefault);
|
||||
colTNew.setBarcodeUl(null);
|
||||
colliMagaz.add(colTNew);
|
||||
|
||||
colTDelete = (MtbColt) colT.clone();
|
||||
|
||||
Reference in New Issue
Block a user