From d0f8ad672ac28ab7361819ea91c7401ca453751e Mon Sep 17 00:00:00 2001 From: teutat3s Date: Mon, 17 Jun 2024 00:32:52 +0200 Subject: [PATCH 1/2] Don't hardcode username in template --- b12f.php => teutat3s.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) rename b12f.php => teutat3s.php (98%) diff --git a/b12f.php b/teutat3s.php similarity index 98% rename from b12f.php rename to teutat3s.php index dc9c9ab..fdfa9e0 100644 --- a/b12f.php +++ b/teutat3s.php @@ -385,7 +385,8 @@ footer .notes {

Bitte überweisen Sie den Rechnungsbetrag innerhalb von days_overdue); ?> Tagen auf untenstehendes Konto:
Inhaber: user_name; ?>
- IBAN: user_iban; ?> + IBAN: user_iban; ?>
+ invoice_id); ?>

Vielen Dank!

@@ -394,7 +395,7 @@ footer .notes {

Mit freundlichen Grüßen,

- Benjamin Yule Bädorf + user_name; ?>

-- 2.44.1 From 5f43209a5e6a802c2043469a891935e95eb12a52 Mon Sep 17 00:00:00 2001 From: teutat3s Date: Mon, 17 Jun 2024 00:54:10 +0200 Subject: [PATCH 2/2] No comma for the final Greeting --- teutat3s.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teutat3s.php b/teutat3s.php index fdfa9e0..a1c7e2f 100644 --- a/teutat3s.php +++ b/teutat3s.php @@ -393,7 +393,7 @@ footer .notes {

- Mit freundlichen Grüßen,
+ Mit freundlichen Grüßen

user_name; ?>

-- 2.44.1