From 8e51a31ab03038eb0177fff7487e089a0dff2435 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Calonne?= <aurel@nexedi.com> Date: Fri, 4 Jan 2008 16:21:28 +0000 Subject: [PATCH] remove unused script call git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18598 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../CheckPayment_view/my_source.xml | 16 +++++----------- bt5/erp5_banking_check/bt/revision | 2 +- 2 files changed, 6 insertions(+), 12 deletions(-) diff --git a/bt5/erp5_banking_check/SkinTemplateItem/portal_skins/erp5_banking_check_operation/CheckPayment_view/my_source.xml b/bt5/erp5_banking_check/SkinTemplateItem/portal_skins/erp5_banking_check_operation/CheckPayment_view/my_source.xml index f500e83e70b..385ce379b9b 100644 --- a/bt5/erp5_banking_check/SkinTemplateItem/portal_skins/erp5_banking_check_operation/CheckPayment_view/my_source.xml +++ b/bt5/erp5_banking_check/SkinTemplateItem/portal_skins/erp5_banking_check_operation/CheckPayment_view/my_source.xml @@ -275,18 +275,15 @@ <record id="2" aka="AAAAAAAAAAI="> <pickle> <tuple> - <tuple> - <string>Products.Formulator.TALESField</string> - <string>TALESMethod</string> - </tuple> - <none/> + <global name="TALESMethod" module="Products.Formulator.TALESField"/> + <tuple/> </tuple> </pickle> <pickle> <dictionary> <item> <key> <string>_text</string> </key> - <value> <string>python:here.getSource(here.Delivery_getDefaultVault())</string> </value> + <value> <string>python:here.getSource()</string> </value> </item> </dictionary> </pickle> @@ -294,11 +291,8 @@ <record id="3" aka="AAAAAAAAAAM="> <pickle> <tuple> - <tuple> - <string>Products.Formulator.TALESField</string> - <string>TALESMethod</string> - </tuple> - <none/> + <global name="TALESMethod" module="Products.Formulator.TALESField"/> + <tuple/> </tuple> </pickle> <pickle> diff --git a/bt5/erp5_banking_check/bt/revision b/bt5/erp5_banking_check/bt/revision index b0e9f8d0ff9..755152b7ef4 100644 --- a/bt5/erp5_banking_check/bt/revision +++ b/bt5/erp5_banking_check/bt/revision @@ -1 +1 @@ -358 \ No newline at end of file +359 \ No newline at end of file -- 2.30.9