[Mpuls-commits] r1939 - in wasko/branches/2.0: . jmdweb/public/formed

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Fri Mar 12 15:16:00 CET 2010


Author: bh
Date: 2010-03-12 15:15:54 +0100 (Fri, 12 Mar 2010)
New Revision: 1939

Modified:
   wasko/branches/2.0/ChangeLog
   wasko/branches/2.0/jmdweb/public/formed/formedtree.xml
Log:
* jmdweb/public/formed/formedtree.xml: Fix typo in age rule.


Modified: wasko/branches/2.0/ChangeLog
===================================================================
--- wasko/branches/2.0/ChangeLog	2010-03-12 14:08:38 UTC (rev 1938)
+++ wasko/branches/2.0/ChangeLog	2010-03-12 14:15:54 UTC (rev 1939)
@@ -1,5 +1,9 @@
 2010-03-12  Bernhard Herzog  <bh at intevation.de>
 
+	* jmdweb/public/formed/formedtree.xml: Fix typo in age rule.
+
+2010-03-12  Bernhard Herzog  <bh at intevation.de>
+
 	* jmdweb/public/formed/formedtree.xml: Fix expression of
 	conditional testing the age of the person in case management.
 	Requires at least revision 98:a85388571608 of libformed.

Modified: wasko/branches/2.0/jmdweb/public/formed/formedtree.xml
===================================================================
--- wasko/branches/2.0/jmdweb/public/formed/formedtree.xml	2010-03-12 14:08:38 UTC (rev 1938)
+++ wasko/branches/2.0/jmdweb/public/formed/formedtree.xml	2010-03-12 14:15:54 UTC (rev 1939)
@@ -173,7 +173,7 @@
               <text description="E-Mail" function="suppress_value" maxlength="60" name="email" size="40" target="d"/>
             </group>
           </repeat>
-          <conditional description="Nur wenn minderjährig" expr="$geburtsdatum isset not $geburtsdatum known not or $geburtsdatum today year 18 &lt; or" name="conditional-15">
+          <conditional description="Nur wenn minderjährig" expr="$geburtsdatum isset not $geburtsdatum known not or $geburtsdatum today years 18 &lt; or" name="conditional-15">
             <repeat containers="a,b" description="Sorgeberechtigte" min="1" name="rg_kontaktdaten_sorgeberechtiger" target="e">
               <group containers="a,b" description="Anschrift" name="group-19" target="a">
                 <text description="Name" function="suppress_value" maxlength="128" name="name_sorge" size="40" target="a"/>



More information about the Mpuls-commits mailing list