fix: remove departmentCode #1240

Open
jsegarra wants to merge 1 commits from fix_customerList_departmentCode into dev
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 7994f3c791 - Show all commits

View File

@ -423,7 +423,7 @@ function handleLocation(data, location) {
:label="t('customer.summary.salesPerson')"
v-model="data.salesPersonFk"
:params="{
departmentCodes: ['VT', 'shopping'],
departmentCodes: ['VT'],
}"
:has-avatar="true"
:id-value="data.salesPersonFk"