mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-14 02:55:41 +00:00
Update a TODO comment
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user