Merge branch 'main' of http://10.10.1.136:3000/ismail/haikal into frontend

This commit is contained in:
Faheed 2025-09-18 17:23:12 +03:00
commit 0ba25f2e91

View File

@ -794,7 +794,7 @@ urlpatterns = [
), ),
path( path(
"<slug:dealer_slug>/sales/estimates/create/<slug:slug>/", "<slug:dealer_slug>/sales/estimates/create/<slug:slug>/",
views.create_estimate, views.estimate_create_from_opportunity,
name="estimate_create_from_opportunity", name="estimate_create_from_opportunity",
), ),
path( path(