Fixed Asset Table
This commit is contained in:
@@ -137,6 +137,14 @@ const VerticalMenu = ({ dictionary, scrollMenu }: Props) => {
|
||||
>
|
||||
{dictionary['navigation'].account}
|
||||
</MenuItem>
|
||||
<MenuItem
|
||||
href={`/${locale}/apps/fixed-assets`}
|
||||
icon={<i className='tabler-apps' />}
|
||||
exactMatch={false}
|
||||
activeUrl='/apps/fixed-assets'
|
||||
>
|
||||
{dictionary['navigation'].fixed_assets}
|
||||
</MenuItem>
|
||||
<SubMenu label={dictionary['navigation'].inventory} icon={<i className='tabler-salad' />}>
|
||||
<SubMenu label={dictionary['navigation'].products}>
|
||||
<MenuItem href={`/${locale}/apps/inventory/products/list`}>{dictionary['navigation'].list}</MenuItem>
|
||||
|
||||
Reference in New Issue
Block a user