mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
fix model backtrack
This commit is contained in:
parent
9947cc2b08
commit
0c72fa180c
@ -220,6 +220,7 @@ class PurchaseOrder(Order):
|
||||
|
||||
supplier = models.ForeignKey(
|
||||
Company, on_delete=models.SET_NULL,
|
||||
null=True,
|
||||
limit_choices_to={
|
||||
'is_supplier': True,
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user