diff --git a/InvenTree/templates/js/translated/forms.js b/InvenTree/templates/js/translated/forms.js index 61a1596fc5..6d5e7cce66 100644 --- a/InvenTree/templates/js/translated/forms.js +++ b/InvenTree/templates/js/translated/forms.js @@ -467,7 +467,7 @@ function constructFormBody(fields, options) { break; } - html += constructField(name, field, options); + html += constructField(field_name, field, options); } if (options.current_group) {