mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-18 13:05:42 +00:00
Add some more secondary modals
This commit is contained in:
@ -33,6 +33,14 @@
|
||||
supplier: {{ company.id }}
|
||||
},
|
||||
reload: true,
|
||||
secondary: [
|
||||
{
|
||||
field: 'part',
|
||||
label: 'New Part',
|
||||
title: 'Create New Part',
|
||||
url: "{% url 'part-create' %}"
|
||||
},
|
||||
]
|
||||
});
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user