mirror of
https://github.com/inventree/InvenTree.git
synced 2025-05-01 04:56:45 +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,
|
value: value,
|
||||||
min_value: minValue,
|
min_value: minValue,
|
||||||
max_value: maxValue,
|
max_value: maxValue,
|
||||||
readonly: readonly,
|
read_only: readonly,
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user