mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Fix read_only attribute
This commit is contained in:
parent
cc90c8abbe
commit
7531984c78
@ -125,7 +125,7 @@ function adjustStock(items, options={}) {
|
||||
value: value,
|
||||
min_value: minValue,
|
||||
max_value: maxValue,
|
||||
readonly: readonly,
|
||||
read_only: readonly,
|
||||
}
|
||||
)
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user