Use the correct comment field for non-EU bank transfers
This commit is contained in:
parent
80f0dee8fe
commit
42782ba7c1
|
@ -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","<BR>",$_POST['n_comments']);
|
||||
$aw = "Non-EU-Banküberweisung";
|
||||
$aw_details = "
|
||||
Kontoinhaber: $account_owner<br>
|
||||
|
|
Loading…
Reference in New Issue