FIX Hour and min were lost when editing a past event.

This commit is contained in:
ldestailleur
2025-05-05 14:26:14 +02:00
parent 75e82572d6
commit d73d760b53
2 changed files with 11 additions and 7 deletions

View File

@@ -7655,7 +7655,7 @@ class Form
$retstring .= '</option>';
}
$retstring .= '</select>';
//if ($m && empty($conf->dol_optimize_smallscreen)) $retstring .= ":";
if ($m) {
$retstring .= ":";
}