Update PDF_MAIN.php
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user