Commit a98a818d authored by Jérome Perrin's avatar Jérome Perrin

source_reference should fallback on source_section's region.

remove historical references to target_source & target_destination.



git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13729 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 9c3a63dd
...@@ -44,7 +44,6 @@ ...@@ -44,7 +44,6 @@
<key> <string>acquisition_base_category</string> </key> <key> <string>acquisition_base_category</string> </key>
<value> <value>
<tuple> <tuple>
<string>target_destination</string>
<string>destination</string> <string>destination</string>
<string>destination_section</string> <string>destination_section</string>
</tuple> </tuple>
...@@ -96,7 +95,9 @@ ...@@ -96,7 +95,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>
......
...@@ -44,8 +44,8 @@ ...@@ -44,8 +44,8 @@
<key> <string>acquisition_base_category</string> </key> <key> <string>acquisition_base_category</string> </key>
<value> <value>
<tuple> <tuple>
<string>target_source</string>
<string>source</string> <string>source</string>
<string>source_section</string>
</tuple> </tuple>
</value> </value>
</item> </item>
...@@ -95,7 +95,9 @@ ...@@ -95,7 +95,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>
......
100 101
\ No newline at end of file \ No newline at end of file
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