Feature/loan followup
This commit is contained in:
@@ -16,6 +16,7 @@ import SecurityIcon from '@mui/icons-material/Security';
|
||||
import SettingsIcon from '@mui/icons-material/Settings';
|
||||
import RepartitionIcon from '@mui/icons-material/Repartition';
|
||||
import AccountBalanceIcon from '@mui/icons-material/AccountBalance';
|
||||
import RepeatIcon from '@mui/icons-material/Repeat';
|
||||
|
||||
const sidebarMenu = [
|
||||
[
|
||||
@@ -45,6 +46,15 @@ const sidebarMenu = [
|
||||
selected: false,
|
||||
permissions: ["view_navgan_loans", "view_navgan_loans_province"],
|
||||
},
|
||||
{
|
||||
key: "sidebar.loan-followup",
|
||||
name: "loan-followup",
|
||||
type: "page",
|
||||
route: "/dashboard/loan-followup",
|
||||
icon: <RepeatIcon sx={{width: 'inherit', height: 'inherit'}}/>,
|
||||
selected: false,
|
||||
permissions: ["manage_vezarat_eghtesad_loans"], //permission should change
|
||||
},
|
||||
], [
|
||||
{
|
||||
key: "sidebar.reserve-loan",
|
||||
|
||||
Reference in New Issue
Block a user