mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-18 13:05:42 +00:00
Fix read_only attribute
This commit is contained in:
@ -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,
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user