Ausweis gespeichert
This commit is contained in:
@@ -44,7 +44,7 @@ export async function sendInvoiceMail(
|
||||
const id = shortenUID(ausweis.uid)
|
||||
|
||||
|
||||
if (ausweisart != Enums.Ausweisart.BedarfsausweisWohnen) {
|
||||
if (ausweisart != Enums.Ausweisart.BedarfsausweisWohnen && rechnung.ausweistyp === Enums.AusweisTyp.Standard) {
|
||||
const ansichtsausweis = await getAnsichtsausweis(
|
||||
ausweis,
|
||||
aufnahme,
|
||||
|
||||
@@ -43,7 +43,7 @@ export async function sendPaymentSuccessMail(
|
||||
|
||||
const id = shortenUID(ausweis.uid)
|
||||
|
||||
if (ausweisart != Enums.Ausweisart.BedarfsausweisWohnen) {
|
||||
if (ausweisart != Enums.Ausweisart.BedarfsausweisWohnen && rechnung.ausweistyp === Enums.AusweisTyp.Standard) {
|
||||
const ansichtsausweis = await getAnsichtsausweis(
|
||||
ausweis,
|
||||
aufnahme,
|
||||
|
||||
Reference in New Issue
Block a user