Commit f55ae745 authored by Lucas Carvalho's avatar Lucas Carvalho

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
parent a1e10766
...@@ -55,7 +55,7 @@ result = []\n ...@@ -55,7 +55,7 @@ result = []\n
if empty_first_element==True:\n if empty_first_element==True:\n
result = [[\'\', \'\'],]\n result = [[\'\', \'\'],]\n
\n \n
filename = "currency_list.ods"\n filename = "standard_currency_list.ods"\n
cachedMethod = CachingMethod(context.ConfigurationTemplate_readOOCalcFile, \n cachedMethod = CachingMethod(context.ConfigurationTemplate_readOOCalcFile, \n
script.getId(),\n script.getId(),\n
cache_factory="erp5_content_long")\n cache_factory="erp5_content_long")\n
......
2011-04-01 lucas
* Renamed currency_list.ods to standard_currency_list.ods
2011-03-30 lucas 2011-03-30 lucas
* Anonymous can not view the Configurator Tool. * Anonymous can not view the Configurator Tool.
......
504 505
\ No newline at end of file \ No newline at end of file
...@@ -170,8 +170,8 @@ for i in python_script_list:\n ...@@ -170,8 +170,8 @@ for i in python_script_list:\n
#\n #\n
# Currency List\n # Currency List\n
#\n #\n
for row in context.ConfigurationTemplate_readOOCalcFile(\'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[\'currency_list.ods\']))\n add_message(row[\'currency\'], portal_url.getRelativeContentURL(context.portal_skins.erp5_generator[\'standard_currency_list.ods\']))\n
\n \n
\n \n
#\n #\n
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
</item> </item>
<item> <item>
<key> <string>__name__</string> </key> <key> <string>__name__</string> </key>
<value> <string>currency_list.ods</string> </value> <value> <string>standard_currency_list.ods</string> </value>
</item> </item>
<item> <item>
<key> <string>content_type</string> </key> <key> <string>content_type</string> </key>
......
2011-04-01 lucas
* Renamed currency_list.ods to standard_currency_list.ods
2011-04-01 lucas 2011-04-01 lucas
* Remove short_title. * Remove short_title.
......
593 594
\ No newline at end of file \ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment