[Mpuls-commits] r4922 - in jmd/trunk: . jmdweb/public/xml
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Tue Apr 19 16:20:34 CEST 2011
Author: roland
Date: 2011-04-19 16:20:32 +0200 (Tue, 19 Apr 2011)
New Revision: 4922
Modified:
jmd/trunk/ChangeLog
jmd/trunk/Changes
jmd/trunk/jmdweb/public/xml/eval_zielgruppe.xml
Log:
issue2062: use correct ID for checking for 'no further citizenships'
Modified: jmd/trunk/ChangeLog
===================================================================
--- jmd/trunk/ChangeLog 2011-04-19 13:07:18 UTC (rev 4921)
+++ jmd/trunk/ChangeLog 2011-04-19 14:20:32 UTC (rev 4922)
@@ -1,4 +1,9 @@
2011-04-19 Roland Geider <roland.geider at intevation.de>
+
+ * jmdweb/public/xml/eval_zielgruppe.xml: issue2062: use correct ID for checking
+ for "no further citizenships"
+
+2011-04-19 Roland Geider <roland.geider at intevation.de>
* jmdstrukturweb/public/formed/formedtree.xml: issue1537: add (old-style)
rules so that the percentages given are always either 0% or 100%.
Modified: jmd/trunk/Changes
===================================================================
--- jmd/trunk/Changes 2011-04-19 13:07:18 UTC (rev 4921)
+++ jmd/trunk/Changes 2011-04-19 14:20:32 UTC (rev 4922)
@@ -1,4 +1,4 @@
-1.0.4 (11.04.2011):
+1.0.4 (19.04.2011):
JMD Strukturteil:
Modified: jmd/trunk/jmdweb/public/xml/eval_zielgruppe.xml
===================================================================
--- jmd/trunk/jmdweb/public/xml/eval_zielgruppe.xml 2011-04-19 13:07:18 UTC (rev 4921)
+++ jmd/trunk/jmdweb/public/xml/eval_zielgruppe.xml 2011-04-19 14:20:32 UTC (rev 4922)
@@ -323,7 +323,7 @@
<field>(SELECT COUNT(id) FROM master_tbl_eval_total_view) as anzahl</field>
<table>(select DISTINCT count(id) as id, 'Gesamt' as value from master_tbl_eval_total_view)</table>
<join>anzahl</join>
- <where>(staatsangehoerigkeit = 29 AND staatsangehoerigkeit_weitere in (-1, -3, 193))</where>
+ <where>(staatsangehoerigkeit = 29 AND staatsangehoerigkeit_weitere in (-1, -3, 199))</where>
</ydim>
<ydim>
<label>Andere</label>
@@ -337,7 +337,7 @@
<field>(SELECT COUNT(id) FROM master_tbl_eval_total_view) as anzahl</field>
<table>(select DISTINCT count(id) as id, 'Gesamt' as value from master_tbl_eval_total_view)</table>
<join>anzahl</join>
- <where>(staatsangehoerigkeit = 29 AND staatsangehoerigkeit_weitere NOT IN (-1, -3, 193))</where>
+ <where>(staatsangehoerigkeit = 29 AND staatsangehoerigkeit_weitere NOT IN (-1, -3, 199))</where>
</ydim>
<ydim>
<label>unbekannt/keine Angabe</label>
More information about the Mpuls-commits
mailing list