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)" v-if="['invoices','advanceInvoices','quotes','confirmationOrders'].includes(itemInfo.type)"
> >
<USelectMenu <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" v-model="itemInfo.taxType"
value-attribute="key" value-attribute="key"
option-attribute="label" option-attribute="label"

View File

@@ -163,7 +163,7 @@ const selectIncomingInvoice = (invoice) => {
v-if="searchString.length > 0" v-if="searchString.length > 0"
/> />
<UButton @click="router.push(`/incomingInvoices/create`)">+ Beleg</UButton> <!-- <UButton @click="router.push(`/incomingInvoices/create`)">+ Beleg</UButton>-->
</template> </template>
</UDashboardNavbar> </UDashboardNavbar>
<UDashboardToolbar> <UDashboardToolbar>