From 4c8eaf39423d7115d40d5b12714f7b214e46f6ae Mon Sep 17 00:00:00 2001 From: Oliver Date: Tue, 10 Aug 2021 23:23:02 +1000 Subject: [PATCH] Bug fix for stock transfer form --- InvenTree/templates/js/translated/stock.js | 2 ++ 1 file changed, 2 insertions(+) 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', } };