Nelle righe dell'inventario aggiunto id dispositivo
This commit is contained in:
parent
cb77c21656
commit
e5244e75a3
@ -2,6 +2,7 @@ package it.integry.integrywmsnative.core.mapper;
|
|||||||
|
|
||||||
import it.integry.integrywmsnative.core.data_store.db.entity.InventarioRowRoomDTO;
|
import it.integry.integrywmsnative.core.data_store.db.entity.InventarioRowRoomDTO;
|
||||||
import it.integry.integrywmsnative.core.model.MtbInvenr;
|
import it.integry.integrywmsnative.core.model.MtbInvenr;
|
||||||
|
import it.integry.integrywmsnative.core.settings.SettingsManager;
|
||||||
|
|
||||||
public class InventarioRowMapper extends BaseMapper<MtbInvenr, InventarioRowRoomDTO> {
|
public class InventarioRowMapper extends BaseMapper<MtbInvenr, InventarioRowRoomDTO> {
|
||||||
|
|
||||||
@ -32,6 +33,7 @@ public class InventarioRowMapper extends BaseMapper<MtbInvenr, InventarioRowRoom
|
|||||||
data.setDataOraInv(inputData.getDataOraInv());
|
data.setDataOraInv(inputData.getDataOraInv());
|
||||||
data.setScanCodBarre(inputData.getScanCodBarre());
|
data.setScanCodBarre(inputData.getScanCodBarre());
|
||||||
data.setZona(inputData.getZona());
|
data.setZona(inputData.getZona());
|
||||||
|
data.setIdDisp(SettingsManager.i().getUserSession().getDeviceId());
|
||||||
return data;
|
return data;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user