[Erp5-report] r11550 - /erp5/trunk/bt5/erp5_banking_core/CatalogMethodTemplateItem/portal_c...
nobody at svn.erp5.org
nobody at svn.erp5.org
Thu Nov 30 16:24:06 CET 2006
Author: aurel
Date: Thu Nov 30 16:24:03 2006
New Revision: 11550
URL: http://svn.erp5.org?rev=11550&view=rev
Log:
forgot argument in previous commit
Modified:
erp5/trunk/bt5/erp5_banking_core/CatalogMethodTemplateItem/portal_catalog/erp5_mysql/z_catalog_item_list.xml
Modified: erp5/trunk/bt5/erp5_banking_core/CatalogMethodTemplateItem/portal_catalog/erp5_mysql/z_catalog_item_list.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_banking_core/CatalogMethodTemplateItem/portal_catalog/erp5_mysql/z_catalog_item_list.xml?rev=11550&r1=11549&r2=11550&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_banking_core/CatalogMethodTemplateItem/portal_catalog/erp5_mysql/z_catalog_item_list.xml (original)
+++ erp5/trunk/bt5/erp5_banking_core/CatalogMethodTemplateItem/portal_catalog/erp5_mysql/z_catalog_item_list.xml Thu Nov 30 16:24:03 2006
@@ -75,6 +75,12 @@
</value>
</item>
<item>
+ <key> <string>isAccountable</string> </key>
+ <value>
+ <dictionary/>
+ </value>
+ </item>
+ <item>
<key> <string>isMovement</string> </key>
<value>
<dictionary/>
@@ -94,6 +100,7 @@
<value>
<list>
<string>isMovement</string>
+<string>isAccountable</string>
<string>uid</string>
<string>getStopDate</string>
<string>getBaobabDestinationUid</string>
@@ -119,6 +126,7 @@
<item>
<key> <string>arguments_src</string> </key>
<value> <string>isMovement\r\n
+isAccountable\r\n
uid\r\n
getStopDate\r\n
getBaobabDestinationUid\r\n
@@ -178,7 +186,7 @@
\n
<dtml-let movement_list="[]">\n
<dtml-in prefix="loop" expr="_.range(_.len(uid))">\n
- <dtml-if "isMovement[loop_item] and getAggregateUidList[loop_item] and isAccountable[loop_item] ">\n
+ <dtml-if "isMovement[loop_item] and isAccountable[loop_item] and getAggregateUidList[loop_item]">\n
<dtml-call expr="movement_list.append(loop_item)">\n
</dtml-if>\n
</dtml-in>\n
@@ -255,7 +263,7 @@
\n
<dtml-let movement_list="[]">\n
<dtml-in prefix="loop" expr="_.range(_.len(uid))">\n
- <dtml-if "isMovement[loop_item] and getAggregateUidList[loop_item] and isAccountable[loop_item] ">\n
+ <dtml-if "isMovement[loop_item] and isAccountable[loop_item] and getAggregateUidList[loop_item]">\n
<dtml-call expr="movement_list.append(loop_item)">\n
</dtml-if>\n
</dtml-in>\n
More information about the Erp5-report
mailing list