mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Update new.php
This commit is contained in:
parent
fcbea36605
commit
d6085fb68a
|
|
@ -218,7 +218,7 @@ if (empty($reshook) && $action == 'add') {
|
|||
$error++;
|
||||
$errmsg .= $langs->trans("ErrorFieldRequired", $langs->transnoentitiesnoconv("Lastname"))."<br>\n";
|
||||
}
|
||||
if (!GETPOST('firstname') {
|
||||
if (!GETPOST('firstname')) ä{
|
||||
$error++;
|
||||
$errmsg .= $langs->trans("ErrorFieldRequired", $langs->transnoentitiesnoconv("Firstname"))."<br>\n";
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user