Bestellung

This commit is contained in:
Moritz Utcke
2025-02-20 17:07:49 +11:00
parent 727ea1c924
commit eac6f0c035
7 changed files with 272 additions and 216 deletions

View File

@@ -15,6 +15,8 @@ export async function sendInvoiceMail(
rechnung: Rechnung,
user: Benutzer
) {
console.log(ausweis);
const aufnahme = await prisma.aufnahme.findUnique({
where: {
id: ausweis.aufnahme_id,