Fixing style errors.

This commit is contained in:
stickler-ci 2020-09-24 11:29:30 +00:00
parent 56dd28ca78
commit efd8ffe390

View File

@ -784,7 +784,7 @@ if ($action == 'create')
print load_fiche_titre($langs->trans("AddIntervention"), '', 'intervention');
if($error > 0) {
if ($error > 0) {
dol_htmloutput_errors($mesg);
} else {
dol_htmloutput_mesg($mesg);
@ -1062,7 +1062,7 @@ if ($action == 'create')
$soc = new Societe($db);
$soc->fetch($object->socid);
if($error > 0) {
if ($error > 0) {
dol_htmloutput_errors($mesg);
} else {
dol_htmloutput_mesg($mesg);