Line 117:
Line 117:
Search and find definition of $listofmodulesextra add the new extrafield declaration
Search and find definition of $listofmodulesextra add the new extrafield declaration
<source lang="php">
<source lang="php">
−
$listofmodulesextra=
+
$listofmodulesextra=array('societe'=>'societe','adherent'=>'adherent','product'=>'product',
+
'socpeople'=>'socpeople', 'commande'=>'commande', 'facture'=>'facture',
+
'commande_fournisseur'=>'commande_fournisseur', 'actioncomm'=>'actioncomm',
+
'adherent_type'=>'adherent_type','user'=>'user','projet'=>'projet', 'projet_task'=>'projet_task');
</source>
</source>