Revert "Enhance PDF viewing experience with new document viewer"

This reverts commit 1cc617de42.
This commit is contained in:
OlgunR
2026-06-09 11:48:41 +02:00
parent 559829882a
commit 746465d8fe
4 changed files with 5 additions and 58 deletions

View File

@@ -16,10 +16,10 @@
@if (!string.IsNullOrEmpty(Model.Invoice?.ResultFilePath))
{
<a class="btn btn-primary mb-3 ms-2"
href="/Invoices/DocumentViewer?id=@Model.Invoice.Id">
<button class="btn btn-primary mb-3 ms-2"
onclick="openPdfViewer(@Model.Invoice.Id)">
<i class="dx-icon-pdffile"></i> Ergebnis anzeigen
</a>
</button>
}
@if (Model.Invoice is null)