mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
PEP fix
This commit is contained in:
parent
8904733ac0
commit
4fc2a22ba6
@ -858,7 +858,7 @@ class Part(models.Model):
|
|||||||
|
|
||||||
self.save()
|
self.save()
|
||||||
|
|
||||||
def export_bom(self, **kwargs):
|
def export_bom(self, **kwargs):
|
||||||
""" Export Bill of Materials to a spreadsheet file.
|
""" Export Bill of Materials to a spreadsheet file.
|
||||||
Includes a row for each item in the BOM.
|
Includes a row for each item in the BOM.
|
||||||
Also includes extra information such as supplier data.
|
Also includes extra information such as supplier data.
|
||||||
|
Loading…
Reference in New Issue
Block a user