Merge pull request 'fix: remove departmentCode' (!1240) from fix_customerList_departmentCode into dev
gitea/salix-front/pipeline/head This commit looks good
Details
gitea/salix-front/pipeline/head This commit looks good
Details
Reviewed-on: #1240 Reviewed-by: Alex Moreno <alexm@verdnatura.es>
This commit is contained in:
commit
44d3fa7634
|
@ -431,7 +431,7 @@ function handleLocation(data, location) {
|
||||||
:label="t('customer.summary.salesPerson')"
|
:label="t('customer.summary.salesPerson')"
|
||||||
v-model="data.salesPersonFk"
|
v-model="data.salesPersonFk"
|
||||||
:params="{
|
:params="{
|
||||||
departmentCodes: ['VT', 'shopping'],
|
departmentCodes: ['VT'],
|
||||||
}"
|
}"
|
||||||
:has-avatar="true"
|
:has-avatar="true"
|
||||||
:id-value="data.salesPersonFk"
|
:id-value="data.salesPersonFk"
|
||||||
|
|
Loading…
Reference in New Issue