mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-14 11:05:41 +00:00
Fix typo
This commit is contained in:
@ -79,7 +79,7 @@ function exportBom(part_id, options={}) {
|
|||||||
},
|
},
|
||||||
cascading: {
|
cascading: {
|
||||||
label: '{% trans "Cascading" %}',
|
label: '{% trans "Cascading" %}',
|
||||||
help_text: '{% trans "Download cascading / mmulti-level BOM" %}',
|
help_text: '{% trans "Download cascading / multi-level BOM" %}',
|
||||||
type: 'boolean',
|
type: 'boolean',
|
||||||
value: inventreeLoad('bom-export-cascading', true),
|
value: inventreeLoad('bom-export-cascading', true),
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user