Compare commits
No commits in common. "e531dd71ee76cefb5c93831d0ba0709359b9bcf2" and "8056309d6cf694647262a11415aceac68015cfd2" have entirely different histories.
e531dd71ee
...
8056309d6c
|
@ -385,17 +385,16 @@ 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; ?><br />
|
IBAN: <?php echo $invoice->user_iban; ?>
|
||||||
<?php echo invoice_qrcode($invoice->invoice_id); ?>
|
|
||||||
</p>
|
</p>
|
||||||
<?php else: ?>
|
<?php else: ?>
|
||||||
</p>Vielen Dank!<p>
|
</p>Vielen Dank!<p>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Mit freundlichen Grüßen<br />
|
Mit freundlichen Grüßen,<br />
|
||||||
<br />
|
<br />
|
||||||
<?php echo $invoice->user_name; ?>
|
Benjamin Yule Bädorf
|
||||||
</p>
|
</p>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
Loading…
Reference in a new issue