Merge pull request 'fix: use right endpoint for CustomerList' (!1283) from hotfix_customerExtendedList into master
gitea/salix-front/pipeline/head This commit looks good Details

Reviewed-on: #1283
Reviewed-by: Javi Gallego <jgallego@verdnatura.es>
This commit is contained in:
Javier Segarra 2025-01-24 14:41:20 +00:00
commit c556a8b82d
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',