Invoke handler for customer autocomplete when making new custorder
This commit is contained in:
parent
57cb787b30
commit
3b6b1aa5b6
4 changed files with 27 additions and 6 deletions
|
@ -113,7 +113,7 @@
|
|||
v-model="customerUUID"
|
||||
placeholder="Enter name or phone number"
|
||||
:initial-label="customerDisplay"
|
||||
serviceUrl="${url('customers.autocomplete')}"
|
||||
serviceUrl="${url('{}.customer_autocomplete'.format(route_prefix))}"
|
||||
@input="customerChanged">
|
||||
</tailbone-autocomplete>
|
||||
</b-field>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue