dirigeantsop
This commit is contained in:
parent
574999e43a
commit
ed58ce8609
@ -32,6 +32,7 @@ $definePerms = array(
|
|||||||
'INTERNATIONAL' => array( 'init' => '', 'txt' => 'Recherche Internationale'),
|
'INTERNATIONAL' => array( 'init' => '', 'txt' => 'Recherche Internationale'),
|
||||||
'BDF' => array( 'init' => '', 'txt' => 'Banque de France'),
|
'BDF' => array( 'init' => '', 'txt' => 'Banque de France'),
|
||||||
'UPLOADBILAN' => array( 'init' => '', 'txt' => 'Saisie de bilan'),
|
'UPLOADBILAN' => array( 'init' => '', 'txt' => 'Saisie de bilan'),
|
||||||
|
'DIRIGEANTSOP' => array( 'init' => '', 'txt' => 'Liste des dirigeants opérationnels'),
|
||||||
'MONPROFIL' => array( 'init' => '', 'txt' => 'Mon profil'),
|
'MONPROFIL' => array( 'init' => '', 'txt' => 'Mon profil'),
|
||||||
'EDITION' => array( 'init' => '', 'txt' => 'Mode Edition'),
|
'EDITION' => array( 'init' => '', 'txt' => 'Mode Edition'),
|
||||||
);
|
);
|
||||||
|
@ -31,7 +31,7 @@ $dirs = scoresws_dirigeants($siret, $siren, $idEntreprise);
|
|||||||
?>
|
?>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<?php if( $_SESSION['tabInfo']['idClient']==1){ ?>
|
<?php if( checkPerm('dirigeantsop') ){ ?>
|
||||||
<tr>
|
<tr>
|
||||||
<td width="30"> </td>
|
<td width="30"> </td>
|
||||||
<td colspan="2" width="550" class="StyleInfoData">
|
<td colspan="2" width="550" class="StyleInfoData">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user