change ean to gln
All checks were successful
Build and Deploy Hugo Site / buildAndDeploy (push) Successful in 1m17s
All checks were successful
Build and Deploy Hugo Site / buildAndDeploy (push) Successful in 1m17s
This commit is contained in:
parent
be7c461cbe
commit
9999dc018c
2 changed files with 5 additions and 5 deletions
|
|
@ -66,10 +66,10 @@ function constructMessage()
|
|||
$message .= ( $lang == "FR" ? "Nr. RCC : " : "ZSR Nummer: ");
|
||||
$message .= filter_input(INPUT_POST, 'zsr_nummer') . "<br/>";
|
||||
}
|
||||
if (isset($_POST['ean_nummer']))
|
||||
if (isset($_POST['gln_nummer']))
|
||||
{
|
||||
$message .= ( $lang == "FR" ? "Nr. EAN/GLN : " : "EAN / GLN-Nr : ");
|
||||
$message .= filter_input(INPUT_POST, 'ean_nummer') . "<br/>";
|
||||
$message .= ( $lang == "FR" ? "Nr. GLN : " : "GLN-Nr : ");
|
||||
$message .= filter_input(INPUT_POST, 'gln_nummer') . "<br/>";
|
||||
}
|
||||
$message .= "</p>";
|
||||
if (isset($organisation))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue