mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-15 11:35:41 +00:00
typo fix
This commit is contained in:
@ -467,7 +467,7 @@ function constructFormBody(fields, options) {
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
html += constructField(name, field, options);
|
html += constructField(field_name, field, options);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (options.current_group) {
|
if (options.current_group) {
|
||||||
|
Reference in New Issue
Block a user