From e1adef5010de5fb6000fe4b6747f433ec7f69eb9 Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Mon, 30 Aug 2021 20:08:18 +1000 Subject: [PATCH] typo fix --- InvenTree/templates/js/translated/forms.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {