Supply additional context

This commit is contained in:
Oliver Walters 2026-02-23 07:51:15 +00:00
parent b526d216ff
commit 5f1ce15eed
1 changed files with 1 additions and 0 deletions

View File

@ -1193,6 +1193,7 @@ class PurchaseOrder(TotalPriceMixin, Order):
exclude=user,
content=InvenTreeNotificationBodies.ItemsReceived,
extra_users=line.part.part.get_subscribers(),
html_context={'order': self, 'stock_items': stock_items},
)
# Return a list of the created stock items