changed the searched role of the salesperson autocomplete for employee

This commit is contained in:
Gerard 2018-12-17 13:14:23 +01:00
parent 51e0b1d902
commit 851cc00035
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
search-function="{firstName: $search}"
show-field="firstName"
value-field="id"
where="{role: 'salesPerson'}"
where="{role: 'employee'}"
label="Salesperson">
<tpl-item>{{firstName}} {{name}}</tpl-item>
</vn-autocomplete>