Merge branch 'Dev2' of https://git.pstw.com.my/catalyx/PSTW_CentralizeSystem into Dev2
This commit is contained in:
commit
48636528b1
@ -622,7 +622,8 @@
|
|||||||
|
|
||||||
grouped[station][itemId].movements.push(movement);
|
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 station = "Self Assigned";
|
||||||
let itemId = movement.uniqueID;
|
let itemId = movement.uniqueID;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user