Fixing style errors.
This commit is contained in:
parent
0aee71a656
commit
4b12ed47d5
@ -153,7 +153,7 @@ if ($action == 'add') {
|
|||||||
setEventMessages($langs->transnoentities("ErrorFieldRequired", $langs->trans("Date")), null, 'errors');
|
setEventMessages($langs->transnoentities("ErrorFieldRequired", $langs->trans("Date")), null, 'errors');
|
||||||
$action = "create";
|
$action = "create";
|
||||||
$error++;
|
$error++;
|
||||||
}else {
|
} else {
|
||||||
$date_next_execution = dol_mktime($rehour, $remin, 0, $remonth, $reday, $reyear);
|
$date_next_execution = dol_mktime($rehour, $remin, 0, $remonth, $reday, $reyear);
|
||||||
}
|
}
|
||||||
if ($nb_gen_max === '') {
|
if ($nb_gen_max === '') {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user