2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-18 13:05:42 +00:00

Add a "notes" field

This commit is contained in:
Oliver
2021-07-11 20:56:29 +10:00
parent ca5d3a57de
commit 3efd7f7777
2 changed files with 12 additions and 4 deletions

View File

@ -162,6 +162,13 @@ function adjustStock(items, options={}) {
});
constructFormBody({}, {
fields: {
note: {
label: '{% trans "Notes" %}',
help_text: '{% trans "Stock transaction notes" %}',
type: 'string',
}
},
preFormContent: html,
confirm: true,
modal: modal,