Serial and Other

This commit is contained in:
2026-01-01 15:34:35 +01:00
parent a3df87caee
commit 4121666c70

View File

@@ -369,7 +369,7 @@ async function getSaveData(item: any, tenant: any, firstDate: string, lastDate:
deliveryDateType: item.deliveryDateType,
info: {}, // Achtung: Postgres erwartet hier valides JSON Objekt
createdBy: item.createdBy,
created_by: executedBy,
created_by: item.created_by,
title: `Rechnung-Nr. XXX`,
description: item.description,
startText: item.startText,