권한 변경및 warning 수정

This commit is contained in:
focp212@naver.com
2025-11-17 11:04:07 +09:00
parent abae4ff8f7
commit 819ad67292
2 changed files with 3 additions and 1 deletions

View File

@@ -236,7 +236,7 @@ export const CashReceiptListPage = () => {
setTransactionType(val);
};
const onClickToNavigate = () => {
if(checkGrant(menuId, 'X')){
if(checkGrant(menuId, 'W')){
navigate(PATHS.transaction.cashReceipt.handWrittenIssuance);
}
else{