diff --git a/InvenTree/stock/templates/stock/location.html b/InvenTree/stock/templates/stock/location.html index 478776c421..f92539cab8 100644 --- a/InvenTree/stock/templates/stock/location.html +++ b/InvenTree/stock/templates/stock/location.html @@ -189,9 +189,7 @@ $('#item-create').click(function () { launchModalForm("{% url 'stock-item-create' %}", { - success: function() { - $("#stock-table").bootstrapTable('refresh'); - }, + follow: true, data: { {% if location %} location: {{ location.id }}