diff --git a/src/entities/payment/ui/info-wrap.tsx b/src/entities/payment/ui/info-wrap.tsx index 0e43e3c..c53fc63 100644 --- a/src/entities/payment/ui/info-wrap.tsx +++ b/src/entities/payment/ui/info-wrap.tsx @@ -117,6 +117,7 @@ export const InfoWrap = () => { for(let i=0;i { for(let i=0;i { setTransactionType(val); }; const onClickToNavigate = () => { - if(checkGrant(menuId, 'X')){ + if(checkGrant(menuId, 'W')){ navigate(PATHS.transaction.cashReceipt.handWrittenIssuance); } else{