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:
@ -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,
|
||||
|
Reference in New Issue
Block a user