mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-30 12:36:45 +00:00
PEPEP
This commit is contained in:
parent
67eda51cd2
commit
bc7f3f77de
@ -33,7 +33,7 @@ class PartCategory(InvenTreeTree):
|
|||||||
default_location = models.ForeignKey(
|
default_location = models.ForeignKey(
|
||||||
'stock.StockLocation', related_name="default_categories",
|
'stock.StockLocation', related_name="default_categories",
|
||||||
null=True, blank=True,
|
null=True, blank=True,
|
||||||
on_delete = models.SET_NULL,
|
on_delete=models.SET_NULL,
|
||||||
help_text='Default location for parts in this category'
|
help_text='Default location for parts in this category'
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user