diff --git a/DXApp.TemplateKitProject/Pages/Invoices/Upload.cshtml b/DXApp.TemplateKitProject/Pages/Invoices/Upload.cshtml index e4b825e..7856026 100644 --- a/DXApp.TemplateKitProject/Pages/Invoices/Upload.cshtml +++ b/DXApp.TemplateKitProject/Pages/Invoices/Upload.cshtml @@ -40,13 +40,6 @@ { ⚠ Kein ZUGFeRD-XML gefunden. } - @if (!string.IsNullOrEmpty(Model.ResultFilePath)) - { -
- 📦 Result-PDF erstellt: - @Model.ResultFilePath -
- } @* PDF/A-Konformitätsstufe anzeigen *@ @@ -104,6 +97,13 @@ Importiert am@Model.ImportedInvoice.ImportedAt.ToString("dd.MM.yyyy HH:mm")
✔ Rechnung wurde in der Datenbank gespeichert (ID: @Model.ImportedInvoice.Id)
+ @if (!string.IsNullOrEmpty(Model.ResultFilePath)) + { +
+ 📦 Result-PDF erstellt: + @Model.ResultFilePath +
+ } @if (Model.IsDuplicate) {