mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-16 20:15:44 +00:00
PEP fixes
This commit is contained in:
@ -712,7 +712,8 @@ class Part(MPTTModel):
|
|||||||
delete_orphans=True,
|
delete_orphans=True,
|
||||||
)
|
)
|
||||||
|
|
||||||
default_location = TreeForeignKey('stock.StockLocation',
|
default_location = TreeForeignKey(
|
||||||
|
'stock.StockLocation',
|
||||||
on_delete=models.SET_NULL,
|
on_delete=models.SET_NULL,
|
||||||
blank=True, null=True,
|
blank=True, null=True,
|
||||||
help_text=_('Where is this item normally stored?'),
|
help_text=_('Where is this item normally stored?'),
|
||||||
|
Reference in New Issue
Block a user