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…
Reference in New Issue