From f55ae7459115c79ba3ea1e4e5290771674e20e77 Mon Sep 17 00:00:00 2001
From: Lucas Carvalho <lucas@nexedi.com>
Date: Fri, 1 Apr 2011 18:33:26 +0000
Subject: [PATCH] 2011-04-01 lucas * Renamed currency_list.ods to
 standard_currency_list.ods

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@45010 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 .../BusinessConfiguration_getISOCurrencyList.xml              | 2 +-
 bt5/erp5_configurator/bt/change_log                           | 3 +++
 bt5/erp5_configurator/bt/revision                             | 2 +-
 .../ERP5Site_getTranslationMessageInConfiguratorUIAsPOT.xml   | 4 ++--
 .../{currency_list.ods.xml => standard_currency_list.ods.xml} | 2 +-
 bt5/erp5_configurator_standard/bt/change_log                  | 3 +++
 bt5/erp5_configurator_standard/bt/revision                    | 2 +-
 7 files changed, 12 insertions(+), 6 deletions(-)
 rename bt5/erp5_configurator_standard/SkinTemplateItem/portal_skins/erp5_configurator_standard/{currency_list.ods.xml => standard_currency_list.ods.xml} (99%)

diff --git a/bt5/erp5_configurator/SkinTemplateItem/portal_skins/erp5_configurator/BusinessConfiguration_getISOCurrencyList.xml b/bt5/erp5_configurator/SkinTemplateItem/portal_skins/erp5_configurator/BusinessConfiguration_getISOCurrencyList.xml
index d3bccf9b62..2b021b1f4e 100644
--- a/bt5/erp5_configurator/SkinTemplateItem/portal_skins/erp5_configurator/BusinessConfiguration_getISOCurrencyList.xml
+++ b/bt5/erp5_configurator/SkinTemplateItem/portal_skins/erp5_configurator/BusinessConfiguration_getISOCurrencyList.xml
@@ -55,7 +55,7 @@ result = []\n
 if empty_first_element==True:\n
   result = [[\'\', \'\'],]\n
 \n
-filename = "currency_list.ods"\n
+filename = "standard_currency_list.ods"\n
 cachedMethod = CachingMethod(context.ConfigurationTemplate_readOOCalcFile, \n
                              script.getId(),\n
                              cache_factory="erp5_content_long")\n
diff --git a/bt5/erp5_configurator/bt/change_log b/bt5/erp5_configurator/bt/change_log
index 75c0e0cd22..e7a85945df 100644
--- a/bt5/erp5_configurator/bt/change_log
+++ b/bt5/erp5_configurator/bt/change_log
@@ -1,3 +1,6 @@
+2011-04-01 lucas
+* Renamed currency_list.ods to standard_currency_list.ods
+
 2011-03-30 lucas
 * Anonymous can not view the Configurator Tool.
 
diff --git a/bt5/erp5_configurator/bt/revision b/bt5/erp5_configurator/bt/revision
index fc42ce4bd1..84ccffd556 100644
--- a/bt5/erp5_configurator/bt/revision
+++ b/bt5/erp5_configurator/bt/revision
@@ -1 +1 @@
-504
\ No newline at end of file
+505
\ No newline at end of file
diff --git a/bt5/erp5_configurator_standard/SkinTemplateItem/portal_skins/erp5_configurator_standard/ERP5Site_getTranslationMessageInConfiguratorUIAsPOT.xml b/bt5/erp5_configurator_standard/SkinTemplateItem/portal_skins/erp5_configurator_standard/ERP5Site_getTranslationMessageInConfiguratorUIAsPOT.xml
index d9595751d6..5e1396699f 100644
--- a/bt5/erp5_configurator_standard/SkinTemplateItem/portal_skins/erp5_configurator_standard/ERP5Site_getTranslationMessageInConfiguratorUIAsPOT.xml
+++ b/bt5/erp5_configurator_standard/SkinTemplateItem/portal_skins/erp5_configurator_standard/ERP5Site_getTranslationMessageInConfiguratorUIAsPOT.xml
@@ -170,8 +170,8 @@ for i in python_script_list:\n
 #\n
 # Currency List\n
 #\n
-for row in context.ConfigurationTemplate_readOOCalcFile(\'currency_list.ods\'):\n
-  add_message(row[\'currency\'], portal_url.getRelativeContentURL(context.portal_skins.erp5_generator[\'currency_list.ods\']))\n
+for row in context.ConfigurationTemplate_readOOCalcFile(\'standard_currency_list.ods\'):\n
+  add_message(row[\'currency\'], portal_url.getRelativeContentURL(context.portal_skins.erp5_generator[\'standard_currency_list.ods\']))\n
 \n
 \n
 #\n
diff --git a/bt5/erp5_configurator_standard/SkinTemplateItem/portal_skins/erp5_configurator_standard/currency_list.ods.xml b/bt5/erp5_configurator_standard/SkinTemplateItem/portal_skins/erp5_configurator_standard/standard_currency_list.ods.xml
similarity index 99%
rename from bt5/erp5_configurator_standard/SkinTemplateItem/portal_skins/erp5_configurator_standard/currency_list.ods.xml
rename to bt5/erp5_configurator_standard/SkinTemplateItem/portal_skins/erp5_configurator_standard/standard_currency_list.ods.xml
index 4b62e9da71..9d7a6f6b2c 100644
--- a/bt5/erp5_configurator_standard/SkinTemplateItem/portal_skins/erp5_configurator_standard/currency_list.ods.xml
+++ b/bt5/erp5_configurator_standard/SkinTemplateItem/portal_skins/erp5_configurator_standard/standard_currency_list.ods.xml
@@ -12,7 +12,7 @@
         </item>
         <item>
             <key> <string>__name__</string> </key>
-            <value> <string>currency_list.ods</string> </value>
+            <value> <string>standard_currency_list.ods</string> </value>
         </item>
         <item>
             <key> <string>content_type</string> </key>
diff --git a/bt5/erp5_configurator_standard/bt/change_log b/bt5/erp5_configurator_standard/bt/change_log
index 3c92f83770..8499729476 100644
--- a/bt5/erp5_configurator_standard/bt/change_log
+++ b/bt5/erp5_configurator_standard/bt/change_log
@@ -1,3 +1,6 @@
+2011-04-01 lucas
+* Renamed currency_list.ods to standard_currency_list.ods
+
 2011-04-01 lucas
 * Remove short_title.
 
diff --git a/bt5/erp5_configurator_standard/bt/revision b/bt5/erp5_configurator_standard/bt/revision
index 995fb338a8..7dfce3516b 100644
--- a/bt5/erp5_configurator_standard/bt/revision
+++ b/bt5/erp5_configurator_standard/bt/revision
@@ -1 +1 @@
-593
\ No newline at end of file
+594
\ No newline at end of file
-- 
2.30.9