Fix for Leistungszeitraum in SerialInvoices

This commit is contained in:
2025-06-07 16:33:16 +02:00
parent 8d4ff3c88e
commit bab0187467

View File

@@ -1102,7 +1102,7 @@ const saveSerialInvoice = async () => {
address: itemInfo.value.address, address: itemInfo.value.address,
project: itemInfo.value.project, project: itemInfo.value.project,
paymentDays: itemInfo.value.paymentDays, paymentDays: itemInfo.value.paymentDays,
deliveryDateType: itemInfo.value.deliveryDateType, deliveryDateType: "Leistungszeitraum",
createdBy: itemInfo.value.createdBy, createdBy: itemInfo.value.createdBy,
title: itemInfo.value.title, title: itemInfo.value.title,
description: itemInfo.value.description, description: itemInfo.value.description,