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 }}