Skip to content
Snippets Groups Projects
Commit 1608fec9 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Merge branch '3.8' of git@github.com:Dolibarr/dolibarr.git into 3.8

parents f353464b a1a5eba2
Branches
Tags
No related merge requests found
......@@ -510,6 +510,8 @@ foreach ($listofreferent as $key => $value)
$idtofilterthirdparty=0;
if (! in_array($tablename, array('facture_fourn', 'commande_fourn'))) $idtofilterthirdparty=$object->thirdparty->id;
if (empty($conf->global->PROJECT_LINK_DISABLE))
{
$selectList=$formproject->select_element($tablename, $idtofilterthirdparty, 'minwidth200');
if (! $selectList || ($selectList<0))
{
......@@ -529,6 +531,7 @@ foreach ($listofreferent as $key => $value)
$addform.='</tr></table>';
$addform.='</form>';
}
}
print_fiche_titre($langs->trans($title), $addform, '');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment