From c81e0e1087fe2d667d734e15e3bf01ef92e2d6ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com> Date: Fri, 27 Jan 2006 08:59:35 +0000 Subject: [PATCH] remove useless TALES expression, the property is guessed from the field name git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@5361 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../my_translated_simulation_state_title.xml | 23 +------------------ 1 file changed, 1 insertion(+), 22 deletions(-) diff --git a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransaction_view/my_translated_simulation_state_title.xml b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransaction_view/my_translated_simulation_state_title.xml index 28b72f35d5..8683bd78eb 100755 --- a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransaction_view/my_translated_simulation_state_title.xml +++ b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransaction_view/my_translated_simulation_state_title.xml @@ -124,9 +124,7 @@ </item> <item> <key> <string>default</string> </key> - <value> - <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent> - </value> + <value> <string></string> </value> </item> <item> <key> <string>description</string> </key> @@ -265,23 +263,4 @@ </dictionary> </pickle> </record> - <record id="2" aka="AAAAAAAAAAI="> - <pickle> - <tuple> - <tuple> - <string>Products.Formulator.TALESField</string> - <string>TALESMethod</string> - </tuple> - <none/> - </tuple> - </pickle> - <pickle> - <dictionary> - <item> - <key> <string>_text</string> </key> - <value> <string>python:here.getTranslatedSimulationState()</string> </value> - </item> - </dictionary> - </pickle> - </record> </ZopeData> -- 2.30.9