Compare commits
No commits in common. "12712a61e1c1c48b32f23529b76d76b01cff7f5f" and "0d26411ec4ed072e71c2815fb88f909ad6bdabc0" have entirely different histories.
12712a61e1
...
0d26411ec4
1 changed files with 1 additions and 9 deletions
|
|
@ -160,15 +160,7 @@ function constructMessage()
|
|||
$message .= ( $lang == "FR" ? "Avez-vous besoin du programme de soins post-nataux?" : "Benötigen Sie die Wochenbett-Version?");
|
||||
$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