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