Compare commits
2 commits
0d26411ec4
...
12712a61e1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
12712a61e1 | ||
|
|
2bfa519bf2 |
1 changed files with 9 additions and 1 deletions
|
|
@ -160,7 +160,15 @@ function constructMessage()
|
||||||
$message .= ( $lang == "FR" ? "Avez-vous besoin du programme de soins post-nataux?" : "Benötigen Sie die Wochenbett-Version?");
|
$message .= ( $lang == "FR" ? "Avez-vous besoin du programme de soins post-nataux?" : "Benötigen Sie die Wochenbett-Version?");
|
||||||
$message .= "</b><br/>" . $wochenbett . "<br/></p>";
|
$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
|
// Form inputs von Organisation Zusatzmodule
|
||||||
$zusatzmodulDienstplan = filter_input(INPUT_POST, 'zusatzmodul-dbt');
|
$zusatzmodulDienstplan = filter_input(INPUT_POST, 'zusatzmodul-dbt');
|
||||||
if (isset($zusatzmodulDienstplan))
|
if (isset($zusatzmodulDienstplan))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue