fix add the vendor error
This commit is contained in:
parent
e4a2cfa6b9
commit
2eced1db0e
@ -228,9 +228,9 @@ urlpatterns = [
|
||||
),
|
||||
path('crm/calender/', views.EmployeeCalendarView.as_view(), name='calendar_list'),
|
||||
# Vendor URLs
|
||||
path("vendors/create/", views.VendorCreateView.as_view(), name="vendor_create"),
|
||||
path("vendors", views.VendorListView.as_view(), name="vendor_list"),
|
||||
path("vendors/<slug:slug>/", views.vendorDetailView, name="vendor_detail"),
|
||||
path("vendors/create/", views.VendorCreateView.as_view(), name="vendor_create"),
|
||||
path(
|
||||
"vendors/<slug:slug>/update/",
|
||||
views.VendorUpdateView.as_view(),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user