From 271d1cd8979b9aad4e6e1b985d7c0ed748d52d38 Mon Sep 17 00:00:00 2001 From: ismail Date: Thu, 18 Sep 2025 17:21:51 +0300 Subject: [PATCH] update the url --- inventory/urls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inventory/urls.py b/inventory/urls.py index 8a994195..e2d76dcf 100644 --- a/inventory/urls.py +++ b/inventory/urls.py @@ -794,7 +794,7 @@ urlpatterns = [ ), path( "/sales/estimates/create//", - views.create_estimate, + views.estimate_create_from_opportunity, name="estimate_create_from_opportunity", ), path(