Follow link when a new stock item is created
This commit is contained in:
parent
8459de7be2
commit
dd9584f487
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue