Label in popup

This commit is contained in:
Laurent Destailleur 2020-08-25 02:27:32 +02:00
parent f9eccce26c
commit 8c9f6db856

View File

@ -701,6 +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;
if (isset($this->status)) {
$label .= '<br><b>'.$langs->trans("Status").":</b> ".$this->getLibStatut(5);
}