This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository chorem. See http://git.chorem.org/chorem.git commit d0ddcd51ade5cbd1fd32008cc89c39ad513d8ab9 Author: Jean Couteau <jean.couteau@gmail.com> Date: Sat Feb 6 15:53:44 2016 +0100 refs #1313 : Add total on account billing report --- .../webapp/WEB-INF/jsp/financial/reports/accountBillingReport.jsp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/chorem-webmotion/src/main/webapp/WEB-INF/jsp/financial/reports/accountBillingReport.jsp b/chorem-webmotion/src/main/webapp/WEB-INF/jsp/financial/reports/accountBillingReport.jsp index e835868..63e90ca 100644 --- a/chorem-webmotion/src/main/webapp/WEB-INF/jsp/financial/reports/accountBillingReport.jsp +++ b/chorem-webmotion/src/main/webapp/WEB-INF/jsp/financial/reports/accountBillingReport.jsp @@ -109,6 +109,10 @@ <td class="percent">${year.value.progression} %</td> </tr> </c:forEach> + <tr> + <td>Total</td> + <td>${total} €</td> + </tr> </tbody> </table> -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.