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 @@
</item>
<item>
<key> <string>description</string> </key>
<value> <string></string> </value>
<value>
<none/>
</value>
</item>
<item>
<key> <string>fallback_base_category</string> </key>
......@@ -403,7 +405,9 @@
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
<value>
<none/>
</value>
</item>
<item>
<key> <string>uid</string> </key>
......
......@@ -46,6 +46,10 @@
<key> <string>codification</string> </key>
<value> <string>F</string> </value>
</item>
<item>
<key> <string>default_reference</string> </key>
<value> <string>F</string> </value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>female</string> </value>
......
......@@ -46,6 +46,10 @@
<key> <string>codification</string> </key>
<value> <string>M</string> </value>
</item>
<item>
<key> <string>default_reference</string> </key>
<value> <string>M</string> </value>
</item>
<item>
<key> <string>id</string> </key>
<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