diff --git a/content/german/bestellung/organisationen.md b/content/german/bestellung/organisationen.md index 2bfa633..fb51efe 100644 --- a/content/german/bestellung/organisationen.md +++ b/content/german/bestellung/organisationen.md @@ -154,7 +154,6 @@ bestellformular = true -
diff --git a/static/php/message.php b/static/php/message.php index 069fce2..eb85048 100644 --- a/static/php/message.php +++ b/static/php/message.php @@ -104,10 +104,10 @@ function constructMessage() // Form inputs von Organisation $licencesApp = filter_input(INPUT_POST, 'licences-app'); - if (isset($organisationPaket)) + if (isset($licencesApp)) { $message .= "

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

"; + $message .= "Lizenzen Basismodul VeruA App:" . "
" . $licencesApp . "

"; } // Form inputs von Erstbestellung