From 42782ba7c13dbd6e23c6eb857514b313f3e1552c Mon Sep 17 00:00:00 2001 From: Leszek Manicki Date: Mon, 2 Sep 2024 13:37:57 +0200 Subject: [PATCH] Use the correct comment field for non-EU bank transfers --- submit.php | 1 + 1 file changed, 1 insertion(+) diff --git a/submit.php b/submit.php index 4061e48..f91ae06 100644 --- a/submit.php +++ b/submit.php @@ -110,6 +110,7 @@ function mkFrontPDF(){ case "bank-noneu": $account_owner = $_POST['non_sepa_owner']; if (!$account_owner) $account_owner = $_POST['realname']; + $comments = str_replace("\n","
",$_POST['n_comments']); $aw = "Non-EU-Banküberweisung"; $aw_details = " Kontoinhaber: $account_owner
-- 2.17.1