From fc5cc2c5102f36038f403f2bf0f2cb2ed299f69e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Aur=C3=A9lien=20Calonne?= <aurel@nexedi.com>
Date: Thu, 5 May 2011 10:12:13 +0000
Subject: [PATCH] fix display of fast input title when updating it

other parameter was storing and transforming a list as string which was then render as fast input title, now store the string value only
---
 .../CashDelivery_generateCashDetailInputDialog.xml              | 2 +-
 bt5/erp5_banking_core/bt/revision                               | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/bt5/erp5_banking_core/SkinTemplateItem/portal_skins/erp5_banking_core/CashDelivery_generateCashDetailInputDialog.xml b/bt5/erp5_banking_core/SkinTemplateItem/portal_skins/erp5_banking_core/CashDelivery_generateCashDetailInputDialog.xml
index cf50b6453d..3ae2a2dabb 100644
--- a/bt5/erp5_banking_core/SkinTemplateItem/portal_skins/erp5_banking_core/CashDelivery_generateCashDetailInputDialog.xml
+++ b/bt5/erp5_banking_core/SkinTemplateItem/portal_skins/erp5_banking_core/CashDelivery_generateCashDetailInputDialog.xml
@@ -335,7 +335,7 @@ if listbox is None:\n
       \n
   if check_float == 0:\n
     precision = 4\n
-  other_parameter_list = (operation_currency, line_portal_type, read_only, column_base_category, use_inventory, fast_input_title, target_total_price, check_float)\n
+  other_parameter_list = (operation_currency, line_portal_type, read_only, column_base_category, use_inventory, fast_input_title[0], target_total_price, check_float)\n
   context.Base_updateDialogForm(listbox=listbox\n
                                 , calculated_price=total_price\n
                                 , empty_line_number=0\n
diff --git a/bt5/erp5_banking_core/bt/revision b/bt5/erp5_banking_core/bt/revision
index 72b67e0ede..55b22b1aa9 100644
--- a/bt5/erp5_banking_core/bt/revision
+++ b/bt5/erp5_banking_core/bt/revision
@@ -1 +1 @@
-579
\ No newline at end of file
+580
\ No newline at end of file
-- 
2.30.9