mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-16 20:15:44 +00:00
Fix read_only attribute
This commit is contained in:
@ -125,7 +125,7 @@ function adjustStock(items, options={}) {
|
||||
value: value,
|
||||
min_value: minValue,
|
||||
max_value: maxValue,
|
||||
readonly: readonly,
|
||||
read_only: readonly,
|
||||
}
|
||||
)
|
||||
};
|
||||
|
Reference in New Issue
Block a user