Small fixes to Greeting and Name in template #1

Merged
b12f merged 2 commits from teutat3s/invoiceplane-templates:small-fixes into main 2024-07-05 10:09:05 +00:00

View file

@ -385,16 +385,17 @@ footer .notes {
<p>
Bitte überweisen Sie den Rechnungsbetrag innerhalb von <?php echo (-1 * $invoice->days_overdue); ?> Tagen auf untenstehendes Konto:<br />
Inhaber: <?php echo $invoice->user_name; ?><br />
IBAN: <?php echo $invoice->user_iban; ?>
IBAN: <?php echo $invoice->user_iban; ?><br />
<?php echo invoice_qrcode($invoice->invoice_id); ?>
Review

What is this exactly?

What is this exactly?
Review
https://github.com/InvoicePlane/InvoicePlane/pull/995
Review

Can be enabled in system settings -> invoices -> QR code settings

Can be enabled in system settings -> invoices -> QR code settings
</p>
<?php else: ?>
</p>Vielen Dank!<p>
<?php endif; ?>
<p>
Mit freundlichen Grüßen,<br />
Mit freundlichen Grüßen<br />
<br />
Benjamin Yule Bädorf
<?php echo $invoice->user_name; ?>
</p>
</footer>