From 0302f999f9adec8ad7b2787fc059722826511b7b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Aur=C3=A9lien=20Calonne?= <aurel@nexedi.com>
Date: Thu, 9 Nov 2006 13:19:30 +0000
Subject: [PATCH] fix read only variable in fast input

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11229 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 .../CashExchange_viewIncomingLineFastInputDialog.xml          | 4 ++--
 .../CashExchange_viewOutgoingLineFastInputDialog.xml          | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/bt5/erp5_banking_cash/SkinTemplateItem/portal_skins/erp5_banking_cash/CashExchange_viewIncomingLineFastInputDialog.xml b/bt5/erp5_banking_cash/SkinTemplateItem/portal_skins/erp5_banking_cash/CashExchange_viewIncomingLineFastInputDialog.xml
index 856693c7e2..aa64f9f7f4 100644
--- a/bt5/erp5_banking_cash/SkinTemplateItem/portal_skins/erp5_banking_cash/CashExchange_viewIncomingLineFastInputDialog.xml
+++ b/bt5/erp5_banking_cash/SkinTemplateItem/portal_skins/erp5_banking_cash/CashExchange_viewIncomingLineFastInputDialog.xml
@@ -77,7 +77,7 @@ cash_detail_dict = { \'line_portal_type\'            : \'Incoming Cash Exchange
                      , \'emission_letter_list\'      : [\'not_defined\',]                # List of possible emissionLetter or None if all\n
                      , \'variation_list\'            : context.Baobab_getResourceVintageList(banknote=1, coin=1)      # List of possible variation or None if all      #[\'2003\']                       # List of possible variation or None if all\n
                      , \'currency_cash_portal_type\' : None                           # \'Coin\' or \'Banknote\' or None if both\n
-                     , \'read_only\'                 : True                           # If true, the fastinput will not allow change\n
+                     , \'read_only\'                 : False                           # If true, the fastinput will not allow change\n
                      , \'column_base_category\'      : \'variation\'                    # possible values : \'variation\', \'cashStatus\', \'emissionLetter\'\n
 }\n
 \n
@@ -146,7 +146,7 @@ return context.CashDelivery_generateCashDetailInputDialog(listbox = None\n
                             <string>a</string>
                             <string>cash_status</string>
                             <string>None</string>
-                            <string>True</string>
+                            <string>False</string>
                             <string>cash_detail_dict</string>
                           </tuple>
                         </value>
diff --git a/bt5/erp5_banking_cash/SkinTemplateItem/portal_skins/erp5_banking_cash/CashExchange_viewOutgoingLineFastInputDialog.xml b/bt5/erp5_banking_cash/SkinTemplateItem/portal_skins/erp5_banking_cash/CashExchange_viewOutgoingLineFastInputDialog.xml
index bb30b065bb..775f222267 100644
--- a/bt5/erp5_banking_cash/SkinTemplateItem/portal_skins/erp5_banking_cash/CashExchange_viewOutgoingLineFastInputDialog.xml
+++ b/bt5/erp5_banking_cash/SkinTemplateItem/portal_skins/erp5_banking_cash/CashExchange_viewOutgoingLineFastInputDialog.xml
@@ -74,7 +74,7 @@
                     , \'emission_letter_list\'      : context.Baobab_getUserEmissionLetterList()                                     # List of possible emissionLetter or None if all\n
                     , \'variation_list\'           : context.Baobab_getResourceVintageList(banknote=1, coin=1)      # List of possible variation or None if all   #[\'2003\']      # List of possible variation or None if all\n
                     , \'currency_cash_portal_type\': None                                                   # \'Coin\' or \'Banknote\' or None if both\n
-                    , \'read_only\'           : True                           # If true, the fastinput will not allow change\n
+                    , \'read_only\'           : False                           # If true, the fastinput will not allow change\n
                     , \'column_base_category\'     : \'variation\'                    # possible values : \'variation\', \'cashStatus\', \'emissionLetter\'\n
                  }\n
 \n
@@ -139,7 +139,7 @@ return context.CashDelivery_generateCashDetailInputDialog(listbox = None\n
                             <string>_getattr_</string>
                             <string>context</string>
                             <string>None</string>
-                            <string>True</string>
+                            <string>False</string>
                             <string>cash_detail_dict</string>
                           </tuple>
                         </value>
-- 
2.30.9