Ajout lien surveillance privilèges
This commit is contained in:
parent
f35b94bc7a
commit
058c0318c1
@ -20,7 +20,6 @@ if ($detail){
|
||||
$vue = '';
|
||||
}
|
||||
|
||||
|
||||
$O = scorews_privileges($siret, $siren, $detail, $vue);
|
||||
|
||||
FB::log($O, 'privileges');
|
||||
@ -34,6 +33,11 @@ if (is_array($O) && count($O)>0){
|
||||
}
|
||||
|
||||
?>
|
||||
<script type="text/javascript">
|
||||
$(document).ready(function(){
|
||||
|
||||
});
|
||||
</script>
|
||||
<div id="center">
|
||||
<?php
|
||||
if ($detail)
|
||||
@ -60,6 +64,11 @@ if ($detail)
|
||||
<td width="200" class="StyleInfoLib">Raison Sociale</td>
|
||||
<td width="350" class="StyleInfoData"><?=$raisonSociale?></td>
|
||||
</tr>
|
||||
|
||||
<?php
|
||||
if (!empty($numDebiteur))
|
||||
{
|
||||
?>
|
||||
<tr>
|
||||
<td width="200" class="StyleInfoLib">Numéro de débiteur</td>
|
||||
<td width="350" class="StyleInfoData"><?=$numDebiteur?></td>
|
||||
@ -68,6 +77,27 @@ if ($detail)
|
||||
<td width="200" class="StyleInfoLib">Greffe</td>
|
||||
<td width="350" class="StyleInfoData"><?=$greffeLib?></td>
|
||||
</tr>
|
||||
<?php
|
||||
} else {
|
||||
?>
|
||||
<tr>
|
||||
<td colspan="2" width="100%" class="StyleInfoLib">
|
||||
Cette entreprise n'est pas en suivi privilèges.
|
||||
</td>
|
||||
</tr>
|
||||
<?php
|
||||
require_once 'surveillance/surveillance.php';
|
||||
if(hasPerm('survpriv')){
|
||||
?>
|
||||
<tr>
|
||||
<td colspan="2" width="100%" class="StyleInfoLib">
|
||||
<?=getSurveillance('privileges', $siret)?>
|
||||
</td>
|
||||
</tr>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
?>
|
||||
</table>
|
||||
|
||||
<?php
|
||||
@ -160,6 +190,7 @@ if (!empty($priv['radDate']) && $priv['radDate']!='0000-00-00' ||
|
||||
|
||||
|
||||
<?php
|
||||
//Synthèse
|
||||
} else {
|
||||
?>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user