task: #44970 add teilzahlung to order-mail
All checks were successful
Build and Deploy Hugo Site / buildAndDeploy (push) Successful in 1m3s
All checks were successful
Build and Deploy Hugo Site / buildAndDeploy (push) Successful in 1m3s
This commit is contained in:
parent
e268ff70dd
commit
2bfa519bf2
1 changed files with 9 additions and 1 deletions
|
|
@ -161,6 +161,14 @@ function constructMessage()
|
|||
$message .= "</b><br/>" . $wochenbett . "<br/></p>";
|
||||
}
|
||||
|
||||
$teilzahlung = filter_input(INPUT_POST, 'teilzahlung');
|
||||
if (isset($teilzahlung))
|
||||
{
|
||||
$message .= "<hr/><p><b>";
|
||||
$message .= ( $lang == "FR" ? "not defined" : "Möchten Sie Ihre Jahreslizenz auf mehrere Teilzahlungen verteilen?");
|
||||
$message .= "</b><br/>" . $teilzahlung . "<br/></p>";
|
||||
}
|
||||
|
||||
// Form inputs von Organisation Zusatzmodule
|
||||
$zusatzmodulDienstplan = filter_input(INPUT_POST, 'zusatzmodul-dbt');
|
||||
if (isset($zusatzmodulDienstplan))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue