r329 - trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp
Author: bpoussin Date: 2013-03-07 20:34:33 +0100 (Thu, 07 Mar 2013) New Revision: 329 Url: http://chorem.org/projects/chorem/repository/revisions/329 Log: petit bug sur HT et TTC Modified: trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/dashboardSummary.jsp Modified: trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/dashboardSummary.jsp =================================================================== --- trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/dashboardSummary.jsp 2013-03-07 19:13:54 UTC (rev 328) +++ trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/dashboardSummary.jsp 2013-03-07 19:34:33 UTC (rev 329) @@ -72,8 +72,8 @@ </a> </strong>) <li>Bénéfice/perte: - <strong><f:formatNumber type="currency" value="${annualDebtIncome.get('incomesTTC') + annualDebtIncome.get('extraIncomes') - annualDebtIncome.get('debtsTTC')}"/></strong> - (N-1: <strong><f:formatNumber type="currency" value="${pastAnnualDebtIncome.get('incomesTTC') + pastAnnualDebtIncome.get('extraIncomes') - pastAnnualDebtIncome.get('debtsTTC')}"/></strong>) + <strong><f:formatNumber type="currency" value="${annualDebtIncome.get('incomesTTC') + annualDebtIncome.get('extraIncomesTTC') - annualDebtIncome.get('debtsTTC')}"/></strong> + (N-1: <strong><f:formatNumber type="currency" value="${pastAnnualDebtIncome.get('incomesTTC') + pastAnnualDebtIncome.get('extraIncomesTTC') - pastAnnualDebtIncome.get('debtsTTC')}"/></strong>) </ul> </div> </div>
participants (1)
-
bpoussin@users.chorem.org