mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-29 20:16:44 +00:00
Update a TODO comment
This commit is contained in:
parent
4048091c2b
commit
4af1f6ca9f
@ -119,7 +119,7 @@ class PurchaseOrderLineItem(OrderLineItem):
|
|||||||
help_text=_('Purchase Order')
|
help_text=_('Purchase Order')
|
||||||
)
|
)
|
||||||
|
|
||||||
# TODO - foreign key references to part and stockitem objects
|
# TODO - Function callback for when the SupplierPart is deleted?
|
||||||
|
|
||||||
part = models.ForeignKey(
|
part = models.ForeignKey(
|
||||||
SupplierPart, on_delete=models.SET_NULL,
|
SupplierPart, on_delete=models.SET_NULL,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user