Item Movement User
This commit is contained in:
parent
fdc3c81574
commit
dd23c13644
@ -622,7 +622,8 @@
|
||||
|
||||
grouped[station][itemId].movements.push(movement);
|
||||
}
|
||||
else if (movement.lastStation == null || movement.toStation == null) {
|
||||
|
||||
if (movement.lastStation == null && movement.toStation == null) {
|
||||
|
||||
let station = "Self Assigned";
|
||||
let itemId = movement.uniqueID;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user