new vhnges
This commit is contained in:
parent
1ca769d451
commit
a5647ecd85
@ -578,7 +578,7 @@ path(
|
|||||||
name="estimate_detail",
|
name="estimate_detail",
|
||||||
),
|
),
|
||||||
path("sales/estimates/create/", views.create_estimate, name="estimate_create"),
|
path("sales/estimates/create/", views.create_estimate, name="estimate_create"),
|
||||||
path("sales/estimates/create/<int:pk>/", views.create_estimate, name="estimate_create_from_opportunity"),
|
path("sales/estimates/create/<slug:slug>/", views.create_estimate, name="estimate_create_from_opportunity"),
|
||||||
path(
|
path(
|
||||||
"sales/estimates/<uuid:pk>/estimate_mark_as/",
|
"sales/estimates/<uuid:pk>/estimate_mark_as/",
|
||||||
views.estimate_mark_as,
|
views.estimate_mark_as,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user