mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-30 12:36:45 +00:00
Fix typo
(cherry picked from commit 673a5779f9dd08aee3b821104e8c4bec3c83280e)
This commit is contained in:
parent
01ce752a8c
commit
922b8b1c30
@ -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),
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user