2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-05-02 13:28:49 +00:00

Follow link to newly created StockItem

This commit is contained in:
Oliver Walters 2020-08-27 08:37:18 +10:00
parent ce866c6d30
commit 27f7745231

View File

@ -205,6 +205,7 @@
$('#item-create').click(function () {
createNewStockItem({
follow: true,
data: {
{% if location %}
location: {{ location.id }}