Update card.php

This commit is contained in:
Laurent Destailleur 2021-09-09 02:37:47 +02:00 committed by GitHub
parent 06b9f90383
commit ff74fbdf16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1983,9 +1983,9 @@ if ($action == 'create') {
}
}
}
if ($nbMandated > 0 ) $text .= '<div><span class="clearboth nowraponall warning">'.$langs->trans("mandatoryPeriodNeedTobeSetMsgValidate").'</span></div>';
if ($nbMandated > 0) {
$text .= '<div><span class="clearboth nowraponall warning">'.$langs->trans("mandatoryPeriodNeedTobeSetMsgValidate").'</span></div>';
}
if (!$error) {
$formconfirm = $form->formconfirm($_SERVER["PHP_SELF"].'?id='.$object->id, $langs->trans('ValidateProp'), $text, 'confirm_validate', '', 0, 1);