mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-27 11:41:09 -04:00
fix item is not created in invoice->add new item modal
This commit is contained in:
@ -61,13 +61,14 @@
|
|||||||
<BaseMultiselect
|
<BaseMultiselect
|
||||||
v-model="taxes"
|
v-model="taxes"
|
||||||
:options="getTaxTypes"
|
:options="getTaxTypes"
|
||||||
label="name"
|
mode="tags"
|
||||||
|
label="tax_name"
|
||||||
value-prop="id"
|
value-prop="id"
|
||||||
class="w-full"
|
class="w-full"
|
||||||
:can-deselect="false"
|
:can-deselect="false"
|
||||||
:can-clear="false"
|
:can-clear="false"
|
||||||
searchable
|
searchable
|
||||||
track-by="id"
|
track-by="tax_name"
|
||||||
object
|
object
|
||||||
/>
|
/>
|
||||||
</BaseInputGroup>
|
</BaseInputGroup>
|
||||||
|
|||||||
Reference in New Issue
Block a user