mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
BoM export, Part stock: changed 'Location' header to 'Default Location'
This commit is contained in:
parent
109307858a
commit
5d6def75cc
@ -135,7 +135,7 @@ def ExportBom(part, fmt='csv', cascade=False, max_levels=None, parameter_data=Fa
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
stock_headers = [
|
stock_headers = [
|
||||||
_('Location'),
|
_('Default Location'),
|
||||||
_('Available Stock'),
|
_('Available Stock'),
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user