mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Reverse URL bug fix
This commit is contained in:
parent
b913971008
commit
bbecc8c900
@ -234,7 +234,7 @@ class PurchaseOrderNotes(UpdateView):
|
|||||||
|
|
||||||
def get_success_url(self):
|
def get_success_url(self):
|
||||||
|
|
||||||
return reverse('purchase-order-notes', kwargs={'pk': self.get_object().id})
|
return reverse('po-notes', kwargs={'pk': self.get_object().id})
|
||||||
|
|
||||||
def get_context_data(self, **kwargs):
|
def get_context_data(self, **kwargs):
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user