2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-15 03:25:42 +00:00

Satisfying the frog

This commit is contained in:
Oliver Walters
2019-06-13 22:43:31 +10:00
parent a424a805e4
commit 5aac603d63

View File

@ -148,7 +148,6 @@ class PurchaseOrder(Order):
return data.export(file_format)
def get_absolute_url(self):
return reverse('purchase-order-detail', kwargs={'pk': self.id})