Bug fix for stock transfer form

This commit is contained in:
Oliver 2021-08-10 23:23:02 +10:00
parent b92ec751ef
commit 4c8eaf3942

View File

@ -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',
}
};