Ajout de la durée

This commit is contained in:
Michael RICOIS 2011-07-06 15:36:03 +00:00
parent 8883853e12
commit 19f94d0f13
2 changed files with 6 additions and 0 deletions

View File

@ -577,6 +577,7 @@ class FinanceController extends Zend_Controller_Action
$this->view->assign('annees', $tabAnnees);
$this->view->assign('mil', $mil);
$this->view->assign('typeBilan', $typeBilan);
$this->view->assign('duree', $infosAnnee[$mil]->duree);
}
$this->view->assign('nbBilanN', $nbBilanN);
$this->view->assign('nbBilanC', $nbBilanC);

View File

@ -51,6 +51,11 @@
</form>
</td>
</tr>
<tr>
<td width="30"></td>
<td class="StyleInfoLib" width="200">Durée du bilan</td>
<td class="StyleInfoData" width="340"><?=$this->duree?> Mois</td>
</tr>
<?php } else {?>
<tr>
<td width="30">&nbsp;</td>