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})