0
0
Fork 0

Merge pull request 'fix: #6943 show nickname salesPerson' (!766) from warmfix_customerModule into test

Reviewed-on: verdnatura/salix-front#766
Reviewed-by: Javi Gallego <jgallego@verdnatura.es>
This commit is contained in:
Javier Segarra 2024-09-27 11:37:03 +00:00
commit 5097cc8b81
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ const contactChannels = ref([]);
const title = ref(); const title = ref();
const handleSalesModelValue = (val) => ({ const handleSalesModelValue = (val) => ({
or: [ or: [
{ id: val },
{ name: val }, { name: val },
{ nickname: { like: '%' + val + '%' } }, { nickname: { like: '%' + val + '%' } },
{ code: { like: `${val}%` } }, { code: { like: `${val}%` } },