mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
typo fix
This commit is contained in:
parent
6177fe0c5a
commit
e1adef5010
@ -467,7 +467,7 @@ function constructFormBody(fields, options) {
|
||||
break;
|
||||
}
|
||||
|
||||
html += constructField(name, field, options);
|
||||
html += constructField(field_name, field, options);
|
||||
}
|
||||
|
||||
if (options.current_group) {
|
||||
|
Loading…
Reference in New Issue
Block a user