2
0
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:
Oliver 2021-07-11 21:17:54 +10:00
parent cc90c8abbe
commit 7531984c78

View File

@ -125,7 +125,7 @@ function adjustStock(items, options={}) {
value: value,
min_value: minValue,
max_value: maxValue,
readonly: readonly,
read_only: readonly,
}
)
};