From a5647ecd852eefe1089675902652e7e54a1402f3 Mon Sep 17 00:00:00 2001 From: Faheedkhan Date: Sun, 1 Jun 2025 17:40:16 +0300 Subject: [PATCH] new vhnges --- inventory/urls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inventory/urls.py b/inventory/urls.py index 78449e03..a264c5aa 100644 --- a/inventory/urls.py +++ b/inventory/urls.py @@ -578,7 +578,7 @@ path( name="estimate_detail", ), path("sales/estimates/create/", views.create_estimate, name="estimate_create"), - path("sales/estimates/create//", views.create_estimate, name="estimate_create_from_opportunity"), + path("sales/estimates/create//", views.create_estimate, name="estimate_create_from_opportunity"), path( "sales/estimates//estimate_mark_as/", views.estimate_mark_as,