[Erp5-report] r8394 - in /erp5/trunk/bt5/erp5_banking_check/SkinTemplateItem/portal_skins/e...
nobody at svn.erp5.org
nobody at svn.erp5.org
Tue Jul 11 13:54:02 CEST 2006
Author: vincent
Date: Tue Jul 11 13:54:00 2006
New Revision: 8394
URL: http://svn.erp5.org?rev=8394&view=rev
Log:
Correct 'Check Number' column value.
Make 'Banking Operation Lines' listbox get information from actual content, not from catalog, to avoid cataloging lag.
Modified:
erp5/trunk/bt5/erp5_banking_check/SkinTemplateItem/portal_skins/erp5_banking_check_operation/CheckPaymentModule_viewCheckPaymentList/listbox.xml
erp5/trunk/bt5/erp5_banking_check/SkinTemplateItem/portal_skins/erp5_banking_check_operation/CheckPayment_viewAccounting/listbox.xml
Modified: erp5/trunk/bt5/erp5_banking_check/SkinTemplateItem/portal_skins/erp5_banking_check_operation/CheckPaymentModule_viewCheckPaymentList/listbox.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_banking_check/SkinTemplateItem/portal_skins/erp5_banking_check_operation/CheckPaymentModule_viewCheckPaymentList/listbox.xml?rev=8394&r1=8393&r2=8394&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_banking_check/SkinTemplateItem/portal_skins/erp5_banking_check_operation/CheckPaymentModule_viewCheckPaymentList/listbox.xml (original)
+++ erp5/trunk/bt5/erp5_banking_check/SkinTemplateItem/portal_skins/erp5_banking_check_operation/CheckPaymentModule_viewCheckPaymentList/listbox.xml Tue Jul 11 13:54:00 2006
@@ -360,7 +360,7 @@
<string>Account Name</string>
</tuple>
<tuple>
- <string>aggregate_reference</string>
+ <string>aggregate_free_text</string>
<string>Check Number</string>
</tuple>
<tuple>
Modified: erp5/trunk/bt5/erp5_banking_check/SkinTemplateItem/portal_skins/erp5_banking_check_operation/CheckPayment_viewAccounting/listbox.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_banking_check/SkinTemplateItem/portal_skins/erp5_banking_check_operation/CheckPayment_viewAccounting/listbox.xml?rev=8394&r1=8393&r2=8394&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_banking_check/SkinTemplateItem/portal_skins/erp5_banking_check_operation/CheckPayment_viewAccounting/listbox.xml (original)
+++ erp5/trunk/bt5/erp5_banking_check/SkinTemplateItem/portal_skins/erp5_banking_check_operation/CheckPayment_viewAccounting/listbox.xml Tue Jul 11 13:54:00 2006
@@ -564,7 +564,7 @@
<dictionary>
<item>
<key> <string>method_name</string> </key>
- <value> <string>searchFolder</string> </value>
+ <value> <string>objectValues</string> </value>
</item>
</dictionary>
</pickle>
More information about the Erp5-report
mailing list