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(