[Getan-commits] [PATCH] templates/zeiterfassung2: daily sum per category fixed

Wald Commits scm-commit at wald.intevation.org
Fri Mar 6 08:52:20 CET 2015


# HG changeset patch
# User Bernhard Reiter <bernhard at intevation.de>
# Date 1425628326 -3600
# Node ID 033e73f4875fcddbb8ab54b3aeaa86302e624cb6
# Parent  4bcf0bf118ff110d10f4e4e5e26306f4c5db8b4d
templates/zeiterfassung2: daily sum per category fixed.

diff -r 4bcf0bf118ff -r 033e73f4875f getan/templates/zeiterfassung2
--- a/getan/templates/zeiterfassung2	Mon Mar 02 12:17:28 2015 +0100
+++ b/getan/templates/zeiterfassung2	Fri Mar 06 08:52:06 2015 +0100
@@ -15,7 +15,7 @@
 {%- endfor %}
 # daily sum: {{ gentries|duration|human_time }}h
 {% endfor -%}
-## total category {{ proj.key }}: {{ entries|duration|human_time }}h
+## total category {{ proj.key }}: {{ proj.get_total_duration()|human_time }}h
 {% endif -%}
 {% endfor %}
 ### total all categories: {{ total_time|human_time }}h


More information about the Getan-commits mailing list