Commit 9187249c authored by Christophe Dumez's avatar Christophe Dumez

- set a reference for Male/Female categories (M/F)

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9105 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 717e2daf
...@@ -385,7 +385,9 @@ ...@@ -385,7 +385,9 @@
</item> </item>
<item> <item>
<key> <string>description</string> </key> <key> <string>description</string> </key>
<value> <string></string> </value> <value>
<none/>
</value>
</item> </item>
<item> <item>
<key> <string>fallback_base_category</string> </key> <key> <string>fallback_base_category</string> </key>
...@@ -403,7 +405,9 @@ ...@@ -403,7 +405,9 @@
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
<value> <string></string> </value> <value>
<none/>
</value>
</item> </item>
<item> <item>
<key> <string>uid</string> </key> <key> <string>uid</string> </key>
......
...@@ -46,6 +46,10 @@ ...@@ -46,6 +46,10 @@
<key> <string>codification</string> </key> <key> <string>codification</string> </key>
<value> <string>F</string> </value> <value> <string>F</string> </value>
</item> </item>
<item>
<key> <string>default_reference</string> </key>
<value> <string>F</string> </value>
</item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>female</string> </value> <value> <string>female</string> </value>
......
...@@ -46,6 +46,10 @@ ...@@ -46,6 +46,10 @@
<key> <string>codification</string> </key> <key> <string>codification</string> </key>
<value> <string>M</string> </value> <value> <string>M</string> </value>
</item> </item>
<item>
<key> <string>default_reference</string> </key>
<value> <string>M</string> </value>
</item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>male</string> </value> <value> <string>male</string> </value>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment