diff --git a/InvenTree/templates/js/translated/stock.js b/InvenTree/templates/js/translated/stock.js index 36b3bea03a..c9865da0df 100644 --- a/InvenTree/templates/js/translated/stock.js +++ b/InvenTree/templates/js/translated/stock.js @@ -263,11 +263,13 @@ function adjustStock(action, items, options={}) { required: true, api_url: `/api/stock/location/`, model: 'stocklocation', + name: 'location', }, notes: { label: '{% trans "Notes" %}', help_text: '{% trans "Stock transaction notes" %}', type: 'string', + name: 'notes', } };