This commit is contained in:
2025-07-31 21:01:05 +02:00
parent 95b1c16cf1
commit b0497142ed
2 changed files with 2 additions and 2 deletions

View File

@@ -1646,7 +1646,7 @@ const setRowData = async (row, service = {sellingPriceComposed: {}}, product = {
v-if="['invoices','advanceInvoices','quotes','confirmationOrders'].includes(itemInfo.type)"
>
<USelectMenu
:options="[{key:'Standard', label: 'Standard'},{key:'13b UStG', label: '13b UStG'},{key:'19 UStG', label: '19 UStG Kleinunternehmer'},{key:'12.3 UStG', label: 'PV 0% USt'}]"
:options="[{key:'Standard', label: 'Standard'},{key:'13b UStG', label: '13b UStG'},{key:'19 UStG', label: '19 UStG Kleinunternehmer'}/*,{key:'12.3 UStG', label: 'PV 0% USt'}*/]"
v-model="itemInfo.taxType"
value-attribute="key"
option-attribute="label"