Tidying
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -163,7 +163,7 @@ const selectIncomingInvoice = (invoice) => {
|
||||
v-if="searchString.length > 0"
|
||||
/>
|
||||
|
||||
<UButton @click="router.push(`/incomingInvoices/create`)">+ Beleg</UButton>
|
||||
<!-- <UButton @click="router.push(`/incomingInvoices/create`)">+ Beleg</UButton>-->
|
||||
</template>
|
||||
</UDashboardNavbar>
|
||||
<UDashboardToolbar>
|
||||
|
||||
Reference in New Issue
Block a user