Fixing style errors.

This commit is contained in:
stickler-ci 2021-03-10 14:12:29 +00:00
parent 0bd4b132a4
commit 3a9c1613bf

View File

@ -465,7 +465,6 @@ if ($id > 0) {
} }
} }
} else { } else {
$morehtmlref .= '<br>'.$langs->trans('Employee').' :&nbsp;'; $morehtmlref .= '<br>'.$langs->trans('Employee').' :&nbsp;';
$morehtmlref .= '<form method="post" action="'.$_SERVER['PHP_SELF'].'?id='.$object->id.'">'; $morehtmlref .= '<form method="post" action="'.$_SERVER['PHP_SELF'].'?id='.$object->id.'">';
$morehtmlref .= '<input type="hidden" name="action" value="setfk_user">'; $morehtmlref .= '<input type="hidden" name="action" value="setfk_user">';