issue #0001772 : Subvention, Correction after production release (note 0003615)

This commit is contained in:
Michael RICOIS 2013-11-19 10:55:10 +00:00
parent f39c51808a
commit 00c248c406

View File

@ -24,7 +24,7 @@
<td><?=$this->Millesime?></td>
</tr>
<tr>
<td>Subvention versé à</td>
<td>Subvention versée à</td>
<td><?=$this->AssoNom?> (<?=$this->SirenTexte($this->AssoSiren)?>)</td>
</tr>
<tr>
@ -32,8 +32,8 @@
<td><?=$this->Budget?></td>
</tr>
<tr>
<td>Subvention reçu de </td>
<td><a href="<?=$this->url(array('controller'=>'identite', 'action'=>'fiche', 'siren'=>$this->OrigineSiren))?>">
<td>Subvention reçue de </td>
<td><a href="<?=$this->url(array('controller'=>'identite', 'action'=>'fiche', 'siret'=>$this->OrigineSiren), null, true)?>">
<?=$this->SirenTexte($this->OrigineSiren)?></a></td>
</tr>
<tr>
@ -62,4 +62,6 @@
</tr>
</tbody>
</table>
</div>
</div>