Added: Polymorphic preffered inventory
This commit is contained in:
@@ -51,6 +51,8 @@ const CustomAttributeTypes = [
|
||||
"Enumerable",
|
||||
];
|
||||
|
||||
const SublevelInventoryTypes = ["Inventory", "Material", "Item"];
|
||||
|
||||
const AUTHENTICATION_FAILURE_ERROR_MESSAGE = "Authentication Failed!";
|
||||
const AUTHORIZATION_FAILURE_ERROR_MESSAGE =
|
||||
"User not permitted due to lack of access!";
|
||||
@@ -63,6 +65,7 @@ module.exports = {
|
||||
WarehouseScopes,
|
||||
InventoryTypes,
|
||||
CustomAttributeTypes,
|
||||
SublevelInventoryTypes,
|
||||
SubLevelTypes,
|
||||
LevelPositions,
|
||||
SUPER_ADMIN_ROLE: "super-admin",
|
||||
|
||||
Reference in New Issue
Block a user