weitere Anpassungen an Bestellformularen
All checks were successful
Build and Deploy Hugo Site / buildAndDeploy (push) Successful in 1m15s
All checks were successful
Build and Deploy Hugo Site / buildAndDeploy (push) Successful in 1m15s
This commit is contained in:
parent
494986c197
commit
49082e58b3
2 changed files with 2 additions and 3 deletions
|
|
@ -104,10 +104,10 @@ function constructMessage()
|
|||
|
||||
// Form inputs von Organisation
|
||||
$licencesApp = filter_input(INPUT_POST, 'licences-app');
|
||||
if (isset($organisationPaket))
|
||||
if (isset($licencesApp))
|
||||
{
|
||||
$message .= "<hr/><p><b>";
|
||||
$message .= "Lizenzen für das Basismodul:</b>" . "<br/>" . $licencesApp . "<br/></p>";
|
||||
$message .= "Lizenzen Basismodul VeruA App:</b>" . "<br/>" . $licencesApp . "<br/></p>";
|
||||
}
|
||||
|
||||
// Form inputs von Erstbestellung
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue