mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-30 20:46:47 +00:00
Bug fix for stock transfer form
This commit is contained in:
parent
b92ec751ef
commit
4c8eaf3942
@ -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',
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user