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 32ed2581e242438e3c34ae1131cb224fec1a3b68 Author: kootox <jean.couteau@gmail.com> Date: Tue Jan 27 16:30:25 2015 +0100 fixes #1154 : Erreur graphique sur le nom de projet dans le tunnel de commande, onglet Sent --- .../src/main/webapp/WEB-INF/jsp/salesReports/salesFunnel.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chorem-webmotion/src/main/webapp/WEB-INF/jsp/salesReports/salesFunnel.jsp b/chorem-webmotion/src/main/webapp/WEB-INF/jsp/salesReports/salesFunnel.jsp index 811ecb7..0897f00 100644 --- a/chorem-webmotion/src/main/webapp/WEB-INF/jsp/salesReports/salesFunnel.jsp +++ b/chorem-webmotion/src/main/webapp/WEB-INF/jsp/salesReports/salesFunnel.jsp @@ -111,7 +111,7 @@ <a href="../wikitty/edit/{{sent.meta.id}}"/><i class="glyphicon glyphicon-edit"></i></a> <small><a href="../wikitty/Employee/view/{{sent.getField('Quotation', 'customer')}}">{{dependencies[dependencies[sent.getField('Quotation','customer')].getField('Employee','company')].getField('Company','name')}}</a><span ng-hide="!sent.getField('Sent','postedDate')"> - Répondu le:{{sent.getField('Sent','postedDate') | date:'dd/MM/yyyy'}}</span></a></small> <p> - <span> + <span class="salesFunnelItemTitle"> <a class="name-link" href="../wikitty/Project/view/{{sent.getField('Quotation','project')}}"/>{{dependencies[sent.getField('Quotation','project')].getField('Project','name')}}</a> </span> - <small>{{sent.getField('Quotation','description')}}</small> </p> -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.