2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-01 19:20:55 +00:00

More refactoring for notifications

- Adds default behaviour for successful stock item creation
This commit is contained in:
Oliver
2021-11-04 23:09:49 +11:00
parent 97326d9fb2
commit 3be4acf3ef
7 changed files with 66 additions and 21 deletions

View File

@ -308,12 +308,12 @@
$('#item-create').click(function () {
createNewStockItem({
follow: true,
table: '#stock-table',
data: {
{% if location %}
location: {{ location.id }}
{% endif %}
}
},
});
});