From 138701d523806b51982e1af02ef0807bf4b2c875 Mon Sep 17 00:00:00 2001 From: amansinghbais Date: Thu, 7 Dec 2023 11:39:44 +0530 Subject: [PATCH] Improved: permissions for QOH settings and upload view --- src/authorization/Rules.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/authorization/Rules.ts b/src/authorization/Rules.ts index cc81ebea..7a171d17 100644 --- a/src/authorization/Rules.ts +++ b/src/authorization/Rules.ts @@ -1,8 +1,8 @@ export default { - "APP_UPLOAD_VIEW": "COMMON_ADMIN", + "APP_UPLOAD_VIEW": "FULFILL_INVCUNT_ADMIN OR INV_COUNT_ADMIN", "APP_COUNT_VIEW": "", "APP_SEARCH_VIEW": "", "APP_VARIANCE_LOG": "FULFILL_INVCUNT_ADMIN OR INV_COUNT_ADMIN", "APP_INVNTRY_CNT_IMPORT": "", - "APP_QOH_STNG_UPDATE": "FULFILL_INVCUNT_ADMIN OR INV_COUNT_ADMIN" + "APP_QOH_STNG_UPDATE": "COMMON_ADMIN" } as any \ No newline at end of file