2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-04-29 12:06:44 +00:00
This commit is contained in:
Oliver Walters 2021-08-30 20:08:18 +10:00
parent 6177fe0c5a
commit e1adef5010

View File

@ -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) {