small method syntax fixed #273

Merged
ismail merged 5 commits from frontend into main 2025-09-18 19:52:26 +03:00
Showing only changes of commit 0ba25f2e91 - Show all commits

View File

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