mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Satisfying the frog
This commit is contained in:
parent
a424a805e4
commit
5aac603d63
@ -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})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user