Fix for Leistungszeitraum in SerialInvoices
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user