mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +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')
|
||||
)
|
||||
|
||||
# TODO - foreign key references to part and stockitem objects
|
||||
# TODO - Function callback for when the SupplierPart is deleted?
|
||||
|
||||
part = models.ForeignKey(
|
||||
SupplierPart, on_delete=models.SET_NULL,
|
||||
|
Loading…
Reference in New Issue
Block a user