Invoke handler for customer autocomplete when making new custorder

This commit is contained in:
Lance Edgar 2021-09-24 18:09:24 -04:00
parent 57cb787b30
commit 3b6b1aa5b6
4 changed files with 27 additions and 6 deletions

View file

@ -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>