Add views for sample vendor files
This commit is contained in:
parent
e77650c997
commit
743a2ccd07
4 changed files with 254 additions and 3 deletions
|
@ -464,6 +464,12 @@ class MenuHandler(GenericHandler):
|
|||
'route': 'vendorcatalogs',
|
||||
'perm': 'vendorcatalogs.list',
|
||||
},
|
||||
{'type': 'sep'},
|
||||
{
|
||||
'title': "Sample Files",
|
||||
'route': 'vendorsamplefiles',
|
||||
'perm': 'vendorsamplefiles.list',
|
||||
},
|
||||
],
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue