mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-30 20:46:47 +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…
x
Reference in New Issue
Block a user