forked from momo/invoiceplane-template
Merge pull request 'Small fixes to Greeting and Name in template' (#1) from teutat3s/invoiceplane-templates:small-fixes into main
Reviewed-on: b12f/invoiceplane-templates#1 Reviewed-by: b12f <b12f@noreply.git.pub.solar>
This commit is contained in:
commit
e531dd71ee
|
@ -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); ?>
|
||||
</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>
|
||||
|
Loading…
Reference in a new issue