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