Merge pull request #1939 from SchrodingersGat/transfer-stock-bug

Bug fix for stock transfer form
This commit is contained in:
Oliver 2021-08-10 23:39:31 +10:00 committed by GitHub
commit bfc489a35b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -263,11 +263,13 @@ function adjustStock(action, items, options={}) {
required: true, required: true,
api_url: `/api/stock/location/`, api_url: `/api/stock/location/`,
model: 'stocklocation', model: 'stocklocation',
name: 'location',
}, },
notes: { notes: {
label: '{% trans "Notes" %}', label: '{% trans "Notes" %}',
help_text: '{% trans "Stock transaction notes" %}', help_text: '{% trans "Stock transaction notes" %}',
type: 'string', type: 'string',
name: 'notes',
} }
}; };