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
Showing only changes of commit d0f8ad672a - Show all commits

View file

@ -385,7 +385,8 @@ footer .notes {
<p> <p>
Bitte überweisen Sie den Rechnungsbetrag innerhalb von <?php echo (-1 * $invoice->days_overdue); ?> Tagen auf untenstehendes Konto:<br /> 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 /> 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> </p>
<?php else: ?> <?php else: ?>
</p>Vielen Dank!<p> </p>Vielen Dank!<p>
@ -394,7 +395,7 @@ footer .notes {
<p> <p>
Mit freundlichen Grüßen,<br /> Mit freundlichen Grüßen,<br />
<br /> <br />
Benjamin Yule Bädorf <?php echo $invoice->user_name; ?>
</p> </p>
</footer> </footer>