From 7265360648a8522dc1edadd1fc9655cb16609a4b Mon Sep 17 00:00:00 2001 From: Oliver Date: Mon, 7 Feb 2022 13:07:03 +1100 Subject: [PATCH] JS linting --- InvenTree/templates/js/translated/bom.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/InvenTree/templates/js/translated/bom.js b/InvenTree/templates/js/translated/bom.js index cb07f93a38..fd23e70ad0 100644 --- a/InvenTree/templates/js/translated/bom.js +++ b/InvenTree/templates/js/translated/bom.js @@ -156,7 +156,7 @@ function submitBomTable(part_id, options={}) { inherited: getFormFieldValue(`items_inherited_${idx}`, {type: 'boolean'}), optional: getFormFieldValue(`items_optional_${idx}`, {type: 'boolean'}), note: getFormFieldValue(`items_note_${idx}`, {}), - }) + }); }); var data = {