Add way to customize product autocomplete for new custorder
This commit is contained in:
parent
177286533d
commit
25c1ae3c41
2 changed files with 45 additions and 6 deletions
|
@ -207,7 +207,7 @@
|
|||
v-model="productUUID"
|
||||
:assigned-value="productUUID"
|
||||
:assigned-label="productDisplay"
|
||||
serviceUrl="${url('products.autocomplete')}"
|
||||
serviceUrl="${product_autocomplete_url}"
|
||||
@input="productChanged">
|
||||
</tailbone-autocomplete>
|
||||
</b-field>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue