mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Corrected style
This commit is contained in:
parent
6fc275ca30
commit
89e63df1fb
@ -1520,7 +1520,7 @@ class BomDownload(AjaxView):
|
||||
if not IsValidBOMFormat(export_format):
|
||||
export_format = 'csv'
|
||||
|
||||
return ExportBom( part,
|
||||
return ExportBom(part,
|
||||
fmt=export_format,
|
||||
cascade=cascade,
|
||||
max_levels=levels,
|
||||
|
Loading…
Reference in New Issue
Block a user