Update PDF_MAIN.php

This commit is contained in:
Luca Haid
2025-08-20 14:12:31 +00:00
parent 56f4aa424b
commit 7ef8cf89e3

View File

@@ -158,7 +158,7 @@ $formattedValidUntil = date("d.m.Y", strtotime("+14 days", $offerDate));
<td class="article">
<div class="article-title"><?= htmlspecialchars($p['articleText']) ?></div>
<?php if (!empty($p['articleDescription'])): ?><div class="article-description"><?= nl2br(htmlspecialchars($p['articleDescription'])) ?></div><?php endif; ?>
<?php if (!empty($p['comment'])): ?><div class="position-comment"><strong>Kommentar:</strong> <?= nl2br(htmlspecialchars($p['comment'])) ?></div><?php endif; ?>
<?php if (!empty($p['comment'])): ?><div class="position-comment"> <?= nl2br(htmlspecialchars($p['comment'])) ?></div><?php endif; ?>
</td>
<td class="amount"><?= number_format($p['amount'], 2, ',', '.') ?></td>
<td class="unit"><?= htmlspecialchars($p['articleUnit']) ?></td>