Complément recherche actionnaire
This commit is contained in:
parent
d86eb9a03d
commit
de7d0d7f81
@ -31,7 +31,7 @@ foreach (array('siret',
|
|||||||
|
|
||||||
<div class="fieldgrp">
|
<div class="fieldgrp">
|
||||||
<label>RAISON SOCIALE / NOM</label>
|
<label>RAISON SOCIALE / NOM</label>
|
||||||
<input type="text" name="formR[actNom]" value="<?=$formR['actNomRs']?>" size="30" maxlength="40" style="vertical-align:middle;" />
|
<input type="text" name="formR[actNomRs]" value="<?=$formR['actNomRs']?>" size="30" maxlength="40" style="vertical-align:middle;" />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="fieldgrp">
|
<div class="fieldgrp">
|
||||||
|
@ -231,7 +231,7 @@ if ($typeRech=='ent' && $siret<>'') {
|
|||||||
try {
|
try {
|
||||||
$O = $client->searchAct(
|
$O = $client->searchAct(
|
||||||
$actNomRs, $cpVille, $siret, $pays, $pctMin, $pctMax,
|
$actNomRs, $cpVille, $siret, $pays, $pctMin, $pctMax,
|
||||||
$tabInfo['nbReponses'], 200, false
|
$position, $tabInfo['nbReponses'], 200, false
|
||||||
);
|
);
|
||||||
echo '<!-- '.print_r($formR,1).' -->';
|
echo '<!-- '.print_r($formR,1).' -->';
|
||||||
echo '<!-- '.print_r($O,1).' -->';
|
echo '<!-- '.print_r($O,1).' -->';
|
||||||
@ -365,8 +365,16 @@ if ( isset($O['results']['info']) &&
|
|||||||
}
|
}
|
||||||
|
|
||||||
if ($typeRech == 'act'){
|
if ($typeRech == 'act'){
|
||||||
|
require_once 'common/dates.php';
|
||||||
|
echo '<u>Actionnaire recherché :</u> ';
|
||||||
|
if ($etab['ActNomRs']<>'') {
|
||||||
|
echo '<b>'. strWsToHtml($etab['ActNomRs']) . '</b >';
|
||||||
|
if ($etab['ActPays']!='' &&
|
||||||
|
$etab['ActPays']!='FRA') echo ' ('.strWsToHtml($etab['ActPays']).')';
|
||||||
|
if ($etab['ActDateLien']!='') echo ', le '.WDate::dateT('Y-m-d', 'd/m/Y',$etab['ActDateLien']);
|
||||||
|
if ($etab['ActPmin']!='') echo ', à '.strWsToHtml($etab['ActPmin']).' %';
|
||||||
|
}
|
||||||
|
echo '<br/>';
|
||||||
}
|
}
|
||||||
|
|
||||||
//Affichage spécial
|
//Affichage spécial
|
||||||
|
Loading…
x
Reference in New Issue
Block a user