change price type int -> decimal field
This commit is contained in:
@@ -17,7 +17,6 @@ urlpatterns = [
|
||||
path('all/', cp_views.CounterpartiesApiView.as_view()),
|
||||
path("<uuid:id>/", cp_views.CounterpartyDetailApiView.as_view()),
|
||||
path('<uuid:id>/un_archive/', cp_views.UnArchiveCounterpartyApiView.as_view()),
|
||||
path('all/', cp_views.AllCounterpartyListApiView.as_view()),
|
||||
path("<uuid:id>/statistics/", cp_views.CounterPartyIncomeExpenceStatisticsApiView.as_view()),
|
||||
]
|
||||
)),
|
||||
|
||||
Reference in New Issue
Block a user