Small fixes to Greeting and Name in template #1
Loading…
Reference in a new issue
No description provided.
Delete branch "teutat3s/invoiceplane-templates:small-fixes"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This also enables usage of QR code feature
@ -0,0 +386,4 @@
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; ?><br />
<?php echo invoice_qrcode($invoice->invoice_id); ?>
What is this exactly?
https://github.com/InvoicePlane/InvoicePlane/pull/995
Can be enabled in system settings -> invoices -> QR code settings
Thanks!