mirror of
https://github.com/inventree/InvenTree.git
synced 2025-05-03 05:48:47 +00:00
JS linting
This commit is contained in:
parent
c6dc196053
commit
7265360648
@ -156,7 +156,7 @@ function submitBomTable(part_id, options={}) {
|
|||||||
inherited: getFormFieldValue(`items_inherited_${idx}`, {type: 'boolean'}),
|
inherited: getFormFieldValue(`items_inherited_${idx}`, {type: 'boolean'}),
|
||||||
optional: getFormFieldValue(`items_optional_${idx}`, {type: 'boolean'}),
|
optional: getFormFieldValue(`items_optional_${idx}`, {type: 'boolean'}),
|
||||||
note: getFormFieldValue(`items_note_${idx}`, {}),
|
note: getFormFieldValue(`items_note_${idx}`, {}),
|
||||||
})
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
var data = {
|
var data = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user