changed the searched role of the salesperson autocomplete for employee
This commit is contained in:
parent
51e0b1d902
commit
851cc00035
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue