mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-09-08 18:18:18 +00:00
Move within warehouses
This commit is contained in:
@@ -248,5 +248,6 @@ export const URL_CONSTANTS = {
|
||||
INQUIRY: '/warehouse-inventory/inquiry',
|
||||
INSPECT: (id: string) => `/warehouse-inventory/${id}/inspect`,
|
||||
MARK_READY: (id: string) => `/warehouse-inventory/${id}/ready-for-loading`,
|
||||
MOVE: (id: string) => `/warehouse-inventory/${id}/move`,
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user