Add br
This commit is contained in:
parent
8c9f6db856
commit
7b5b3cf8a2
@ -701,7 +701,7 @@ class RecruitmentJobPosition extends CommonObject
|
||||
$label = '<u>'.$langs->trans("PositionToBeFilled").'</u>';
|
||||
$label .= '<br>';
|
||||
$label .= '<b>'.$langs->trans('Ref').':</b> '.$this->ref;
|
||||
$label .= '<b>'.$langs->trans('Label').':</b> '.$this->label;
|
||||
$label .= '<br><b>'.$langs->trans('Label').':</b> '.$this->label;
|
||||
if (isset($this->status)) {
|
||||
$label .= '<br><b>'.$langs->trans("Status").":</b> ".$this->getLibStatut(5);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user