Ausweis gespeichert

This commit is contained in:
Moritz Utcke
2025-03-15 20:05:48 -03:00
parent 5b6c0c7d97
commit de94e1ba6d
8 changed files with 10 additions and 16 deletions

View File

@@ -140,9 +140,9 @@
Verbrauchsausweis Gewerbe
{/if}
{#if rechnung.ausweistyp === Enums.AusweisTyp.Beratung}
{#if rechnung && rechnung.ausweistyp === Enums.AusweisTyp.Beratung}
(Beratung)
{:else if rechnung.ausweistyp === Enums.AusweisTyp.Offline}
{:else if rechnung && rechnung.ausweistyp === Enums.AusweisTyp.Offline}
(Offline)
{/if}
</div>