2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-16 20:15:44 +00:00

Improve reporting in stock history API

This commit is contained in:
Oliver Walters
2021-05-11 17:41:17 +10:00
parent af53b341f0
commit 70ad0ba0de
5 changed files with 18 additions and 7 deletions

View File

@ -368,9 +368,6 @@ class PurchaseOrder(Order):
stock.save()
text = _("Received items")
note = _('Received {n} items against order {name}').format(n=quantity, name=str(self))
tracking_info = {
'status': status,
'purchaseorder': self.pk,