[Mpuls-commits] r174 - in waska/trunk: . waskaweb/lib
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Thu Sep 18 16:57:13 CEST 2008
Author: teichmann
Date: 2008-09-18 16:57:12 +0200 (Thu, 18 Sep 2008)
New Revision: 174
Modified:
waska/trunk/ChangeLog.txt
waska/trunk/waskaweb/lib/evaluation.py
Log:
Fixed SQL typo which caused error when clicking on "Auswertungen 4.1. Zeitaufwaende"
Modified: waska/trunk/ChangeLog.txt
===================================================================
--- waska/trunk/ChangeLog.txt 2008-09-18 14:47:03 UTC (rev 173)
+++ waska/trunk/ChangeLog.txt 2008-09-18 14:57:12 UTC (rev 174)
@@ -1,5 +1,10 @@
2008-09-18 Sascha L. Teichmann <sascha.teichmann at intevation.de>
+ * waskaweb/lib/evaluation.py: Fixed SQL typo, which caused error
+ when clicking on "Auswertungen 4.1. Zeitaufwände"
+
+2008-09-18 Sascha L. Teichmann <sascha.teichmann at intevation.de>
+
* waskaweb/templates/casemanagement/phase.mako,
waskaweb/controllers/case.py: Renamed isOlderThan() to isYoungerThan()
because of inverted usage.
Modified: waska/trunk/waskaweb/lib/evaluation.py
===================================================================
--- waska/trunk/waskaweb/lib/evaluation.py 2008-09-18 14:47:03 UTC (rev 173)
+++ waska/trunk/waskaweb/lib/evaluation.py 2008-09-18 14:57:12 UTC (rev 174)
@@ -834,7 +834,7 @@
FROM ka_logbuch_tbl_view l
JOIN master_tbl_eval_total_view m
ON m.id = l.master_id
- WHERE m.phase == 7
+ WHERE m.phase = 7
AND m.kompetenzfeststellung = 0
AND %s
AND l.dauer IS NOT NULL
More information about the Mpuls-commits
mailing list