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,
|
||||
api_url: `/api/stock/location/`,
|
||||
model: 'stocklocation',
|
||||
name: 'location',
|
||||
},
|
||||
notes: {
|
||||
label: '{% trans "Notes" %}',
|
||||
help_text: '{% trans "Stock transaction notes" %}',
|
||||
type: 'string',
|
||||
name: 'notes',
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue