From 725ad2c66cebd531466a62dc5d22ee1c753a98ff Mon Sep 17 00:00:00 2001 From: Vincent Pelletier <vincent@nexedi.com> Date: Tue, 11 Jul 2006 11:54:00 +0000 Subject: [PATCH] Correct 'Check Number' column value. Make 'Banking Operation Lines' listbox get information from actual content, not from catalog, to avoid cataloging lag. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@8394 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../CheckPaymentModule_viewCheckPaymentList/listbox.xml | 2 +- .../CheckPayment_viewAccounting/listbox.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bt5/erp5_banking_check/SkinTemplateItem/portal_skins/erp5_banking_check_operation/CheckPaymentModule_viewCheckPaymentList/listbox.xml b/bt5/erp5_banking_check/SkinTemplateItem/portal_skins/erp5_banking_check_operation/CheckPaymentModule_viewCheckPaymentList/listbox.xml index 85bb66ec9e..943900ec68 100644 --- a/bt5/erp5_banking_check/SkinTemplateItem/portal_skins/erp5_banking_check_operation/CheckPaymentModule_viewCheckPaymentList/listbox.xml +++ b/bt5/erp5_banking_check/SkinTemplateItem/portal_skins/erp5_banking_check_operation/CheckPaymentModule_viewCheckPaymentList/listbox.xml @@ -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> diff --git a/bt5/erp5_banking_check/SkinTemplateItem/portal_skins/erp5_banking_check_operation/CheckPayment_viewAccounting/listbox.xml b/bt5/erp5_banking_check/SkinTemplateItem/portal_skins/erp5_banking_check_operation/CheckPayment_viewAccounting/listbox.xml index bb54f999e1..e277d208e6 100644 --- a/bt5/erp5_banking_check/SkinTemplateItem/portal_skins/erp5_banking_check_operation/CheckPayment_viewAccounting/listbox.xml +++ b/bt5/erp5_banking_check/SkinTemplateItem/portal_skins/erp5_banking_check_operation/CheckPayment_viewAccounting/listbox.xml @@ -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> -- 2.30.9