fix: use right endpoint for CustomerList #1283

Merged
jsegarra merged 1 commits from hotfix_customerExtendedList into master 2025-01-24 14:41:20 +00:00
1 changed files with 1 additions and 1 deletions

View File

@ -403,7 +403,7 @@ function handleLocation(data, location) {
<VnTable
ref="tableRef"
data-key="CustomerList"
url="Clients/filter"
url="Clients/extendedListFilter"
order="id DESC"
:create="{
urlCreate: 'Clients/createWithUser',