mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Follow link to newly created StockItem
This commit is contained in:
parent
ce866c6d30
commit
27f7745231
@ -205,6 +205,7 @@
|
|||||||
|
|
||||||
$('#item-create').click(function () {
|
$('#item-create').click(function () {
|
||||||
createNewStockItem({
|
createNewStockItem({
|
||||||
|
follow: true,
|
||||||
data: {
|
data: {
|
||||||
{% if location %}
|
{% if location %}
|
||||||
location: {{ location.id }}
|
location: {{ location.id }}
|
||||||
|
Loading…
Reference in New Issue
Block a user