Merge pull request #20186 from atm-kevin/FIX_Add_Id_In_Formproject
FIX : Add ID into formproject method
This commit is contained in:
commit
dd9f10b1b6
@ -5202,6 +5202,7 @@ class Form
|
|||||||
$out .= '<input type="submit" class="button smallpaddingimp" value="'.$langs->trans("Modify").'">';
|
$out .= '<input type="submit" class="button smallpaddingimp" value="'.$langs->trans("Modify").'">';
|
||||||
$out .= '</form>';
|
$out .= '</form>';
|
||||||
} else {
|
} else {
|
||||||
|
$out .= '<span class="project_head_block">';
|
||||||
if ($selected) {
|
if ($selected) {
|
||||||
$projet = new Project($this->db);
|
$projet = new Project($this->db);
|
||||||
$projet->fetch($selected);
|
$projet->fetch($selected);
|
||||||
@ -5209,6 +5210,7 @@ class Form
|
|||||||
} else {
|
} else {
|
||||||
$out .= " ";
|
$out .= " ";
|
||||||
}
|
}
|
||||||
|
$out .= '</span>';
|
||||||
}
|
}
|
||||||
|
|
||||||
if (empty($nooutput)) {
|
if (empty($nooutput)) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user