This commit is contained in:
ameerulrasyid 2025-03-06 09:11:43 +08:00
commit 48636528b1

View File

@ -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;