Commit 167af084 authored by Fabien Morin's avatar Fabien Morin

change the related key because of the changes of uses of base_amount

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25117 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent e7c232b5
......@@ -87,7 +87,7 @@ table_1</string> </value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>z_related_parent_base_amount</string> </value>
<value> <string>z_related_parent_base_contribution</string> </value>
</item>
<item>
<key> <string>max_cache_</string> </key>
......@@ -102,7 +102,7 @@ table_1</string> </value>
<value> <string encoding="cdata"><![CDATA[
<dtml-var table_1>.uid = <dtml-var table_0>.category_uid\n
AND <dtml-var table_0>.base_category_uid = <dtml-var "portal_categories.base_amount.getUid()">\n
AND <dtml-var table_0>.base_category_uid = <dtml-var "portal_categories.base_contribution.getUid()">\n
AND <dtml-var table_0>.uid = catalog.parent_uid\n
\n
......@@ -146,7 +146,7 @@ AND <dtml-var table_0>.uid = catalog.parent_uid\n
<value> <string encoding="cdata"><![CDATA[
<dtml-var table_1>.uid = <dtml-var table_0>.category_uid\n
AND <dtml-var table_0>.base_category_uid = <dtml-var "portal_categories.base_amount.getUid()">\n
AND <dtml-var table_0>.base_category_uid = <dtml-var "portal_categories.base_contribution.getUid()">\n
AND <dtml-var table_0>.uid = catalog.parent_uid\n
\n
......
<key_list>
<key>parent_base_amount_uid | category,catalog/uid/z_related_parent_base_amount</key>
<key>parent_base_contribution_uid | category,catalog/uid/z_related_parent_base_contribution</key>
</key_list>
\ No newline at end of file
2009-01-15 fabien
* update bt format
* change the related key because of the changes of uses of base_amount
2008-09-16 Kazuhiko
* revise pay_sheet_transaction_builder using new API.
......
329
\ No newline at end of file
330
\ No newline at end of file
erp5_mysql_innodb/z_related_parent_base_amount
\ No newline at end of file
erp5_mysql_innodb/z_related_parent_base_contribution
\ No newline at end of file
parent_base_amount_uid | category,catalog/uid/z_related_parent_base_amount
\ No newline at end of file
parent_base_contribution_uid | category,catalog/uid/z_related_parent_base_contribution
\ 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