{
- Vorhandene Buchungen
+ Vorhandene Buchungen{{itemInfo.statementallocations.length}}
{
let createData = {
type: itemInfo.value.type,
- taxType: itemInfo.value.type === "invoices" ? itemInfo.value.taxType : null,
+ taxType: (itemInfo.value.type === "invoices" || itemInfo.value.type === "quotes") ? itemInfo.value.taxType : null,
state: itemInfo.value.state || "Entwurf",
customer: itemInfo.value.customer,
contact: itemInfo.value.contact,
@@ -1632,7 +1632,7 @@ const setRowData = async (row, service = {sellingPriceComposed: {}}, product = {