diff --git a/content/german/bestellung/organisationen.md b/content/german/bestellung/organisationen.md index e4b6729..2bfa633 100644 --- a/content/german/bestellung/organisationen.md +++ b/content/german/bestellung/organisationen.md @@ -1,7 +1,7 @@ +++ date = '2024-02-23T10:50:54Z' draft = false -title = 'Zusatzmodule Organisationen' +title = 'Organisationen' bestellformular = true +++ @@ -99,7 +99,7 @@ bestellformular = true **Bitte wählen Sie die Anzahl Benutzer für das Basismodul:**
- diff --git a/static/php/message.php b/static/php/message.php index 616a387..069fce2 100644 --- a/static/php/message.php +++ b/static/php/message.php @@ -103,11 +103,11 @@ function constructMessage() } // Form inputs von Organisation - $organisationPaket = filter_input(INPUT_POST, 'organisation-paket'); + $licencesApp = filter_input(INPUT_POST, 'licences-app'); if (isset($organisationPaket)) { $message .= "

"; - $message .= "Organisation Paket" . "
" . $organisationPaket . "

"; + $message .= "Lizenzen für das Basismodul:" . "
" . $licencesApp . "

"; } // Form inputs von Erstbestellung @@ -162,18 +162,11 @@ function constructMessage() } // Form inputs von Organisation Zusatzmodule - $zusatzmodulDienstplan = filter_input(INPUT_POST, 'zusatzmodul-dienstplan'); + $zusatzmodulDienstplan = filter_input(INPUT_POST, 'zusatzmodul-dbt'); if (isset($zusatzmodulDienstplan)) { $message .= "

"; - $message .= "Zusatzmodul Dienstplan: " . "
" . $zusatzmodulDienstplan . "

"; - } - - $zusatzmodulTourenplan = filter_input(INPUT_POST, 'zusatzmodul-tourenplan'); - if (isset($zusatzmodulTourenplan)) - { - $message .= "

"; - $message .= "Zusatzmodul Tourenplan: " . "
" . $zusatzmodulTourenplan . "

"; + $message .= "Zusatzmodul Dienst-, Besuchs- und Tourenplan: " . "
" . $zusatzmodulDienstplan . "

"; } // Form inputs von Zusatzmodule FPP / ORG