From 27df3651e1d3611c922ce4e49ebd14cb5bd0b84f Mon Sep 17 00:00:00 2001 From: Jean-Paul Smets <jp@nexedi.com> Date: Mon, 22 Dec 2003 14:57:57 +0000 Subject: [PATCH] Tales added in list_method property of listbox git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@137 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/Coramy/skins/coramy_crm/organisation_list.form | 1 + 1 file changed, 1 insertion(+) diff --git a/product/Coramy/skins/coramy_crm/organisation_list.form b/product/Coramy/skins/coramy_crm/organisation_list.form index 6c483c9327..6ffff6ac00 100755 --- a/product/Coramy/skins/coramy_crm/organisation_list.form +++ b/product/Coramy/skins/coramy_crm/organisation_list.form @@ -50,6 +50,7 @@ <width type="int">40</width> </values> <tales> + <list_method>python:here.getPortalObject().portal_skins.local_list_method[here.REQUEST.list_method_id]</list_method> </tales> <messages> <message name="external_validator_failed">The input failed the external validator.</message> -- 2.30.9