mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-30 20:55:42 +00:00 
			
		
		
		
	Reverse URL bug fix
This commit is contained in:
		| @@ -234,7 +234,7 @@ class PurchaseOrderNotes(UpdateView): | ||||
|  | ||||
|     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): | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user