branch feature/6150 updated (7fdd8e7 -> 99295a2)
This is an automated email from the git hooks/post-receive script. New change to branch feature/6150 in repository tutti. See http://git.codelutin.com/tutti.git from 7fdd8e7 - reorganisation du paquetage pupitri - prise en compte du nombre de caisse (pour le rapport pupitri) new 99295a2 use short date format The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit 99295a229c30bfa2a64847af52f660b00e2bf6b4 Author: Tony CHEMIT <chemit@codelutin.com> Date: Sat Nov 22 18:09:44 2014 +0100 use short date format Summary of changes: tutti-service/src/main/resources/ftl/pupitriReport_fr.ftl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
This is an automated email from the git hooks/post-receive script. New commit to branch feature/6150 in repository tutti. See http://git.codelutin.com/tutti.git commit 99295a229c30bfa2a64847af52f660b00e2bf6b4 Author: Tony CHEMIT <chemit@codelutin.com> Date: Sat Nov 22 18:09:44 2014 +0100 use short date format --- tutti-service/src/main/resources/ftl/pupitriReport_fr.ftl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tutti-service/src/main/resources/ftl/pupitriReport_fr.ftl b/tutti-service/src/main/resources/ftl/pupitriReport_fr.ftl index 3ea43d8..85d503d 100644 --- a/tutti-service/src/main/resources/ftl/pupitriReport_fr.ftl +++ b/tutti-service/src/main/resources/ftl/pupitriReport_fr.ftl @@ -71,9 +71,9 @@ <span class="label">Station :</span> <span class="value">${stationNumber} - ${fishingOperationNumber}</span> <span class="label">Poche :</span> <span class="value">${multirigAggregation}</span> <span class="label"> - du ${gearShootingStartDate?date?string.full} ${gearShootingStartDate?time?string.short} + du ${gearShootingStartDate?date?string.short} ${gearShootingStartDate?time?string.short} <#if gearShootingEndDate??> - au ${gearShootingEndDate?date?string.full} ${gearShootingEndDate?time?string.short}</#if> + au ${gearShootingEndDate?date?string.short} ${gearShootingEndDate?time?string.short}</#if> </span> </p> <hr/> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
participants (1)
-
codelutin.com scm