forked from tohe/wmdeit_kaform
Compare commits
No commits in common. "master" and "master" have entirely different histories.
|
@ -110,7 +110,6 @@ function mkFrontPDF(){
|
||||||
case "bank-noneu":
|
case "bank-noneu":
|
||||||
$account_owner = $_POST['non_sepa_owner'];
|
$account_owner = $_POST['non_sepa_owner'];
|
||||||
if (!$account_owner) $account_owner = $_POST['realname'];
|
if (!$account_owner) $account_owner = $_POST['realname'];
|
||||||
$comments = str_replace("\n","<BR>",$_POST['n_comments']);
|
|
||||||
$aw = "Non-EU-Banküberweisung";
|
$aw = "Non-EU-Banküberweisung";
|
||||||
$aw_details = "
|
$aw_details = "
|
||||||
Kontoinhaber: $account_owner<br>
|
Kontoinhaber: $account_owner<br>
|
||||||
|
|
Loading…
Reference in New Issue