mirror of
https://gitlab.com/mbugroup/lti-api.git
synced 2026-05-20 13:31:56 +00:00
Merge branch 'feat/BE/sso-adjustment' into 'development'
[FIX/BE-US]add feature restrict by location and areas in roles See merge request mbugroup/lti-api!189
This commit is contained in:
@@ -118,6 +118,16 @@ const (
|
||||
StockLogTypeRecording StockLogType = "RECORDING"
|
||||
)
|
||||
|
||||
// -------------------------------------------------------------------
|
||||
// Transfer context
|
||||
// -------------------------------------------------------------------
|
||||
|
||||
const (
|
||||
TransferContextKey = "transfer_context"
|
||||
TransferContextInventoryTransfer = "inventory_transfer"
|
||||
TransferContextTransferToLaying = "transfer_to_laying"
|
||||
)
|
||||
|
||||
// -------------------------------------------------------------------
|
||||
// WarehouseType
|
||||
// -------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user