From 2f688c849c21f6b459f520d7657010505f41f613 Mon Sep 17 00:00:00 2001 From: Nicolas Delaby <nicolas@nexedi.com> Date: Mon, 29 Mar 2010 11:21:40 +0000 Subject: [PATCH] replace follow_up by agent category in Tales expression git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34179 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../listbox_agent_portal_type.xml | 2 +- bt5/erp5_data_protection/bt/revision | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bt5/erp5_data_protection/SkinTemplateItem/portal_skins/erp5_data_protection/DataProtectionRequestModule_viewDataProtectionRequestList/listbox_agent_portal_type.xml b/bt5/erp5_data_protection/SkinTemplateItem/portal_skins/erp5_data_protection/DataProtectionRequestModule_viewDataProtectionRequestList/listbox_agent_portal_type.xml index 9b613d5fa3..de17658d48 100644 --- a/bt5/erp5_data_protection/SkinTemplateItem/portal_skins/erp5_data_protection/DataProtectionRequestModule_viewDataProtectionRequestList/listbox_agent_portal_type.xml +++ b/bt5/erp5_data_protection/SkinTemplateItem/portal_skins/erp5_data_protection/DataProtectionRequestModule_viewDataProtectionRequestList/listbox_agent_portal_type.xml @@ -273,7 +273,7 @@ <dictionary> <item> <key> <string>_text</string> </key> - <value> <string>python: cell.getFollowUpValue() is not None and cell.getFollowUpValue().getTranslatedPortalType() or None</string> </value> + <value> <string>python: cell.getAgentValue() is not None and cell.getAgentValue().getTranslatedPortalType() or None</string> </value> </item> </dictionary> </pickle> diff --git a/bt5/erp5_data_protection/bt/revision b/bt5/erp5_data_protection/bt/revision index 3e932fe8f1..597975b413 100644 --- a/bt5/erp5_data_protection/bt/revision +++ b/bt5/erp5_data_protection/bt/revision @@ -1 +1 @@ -34 \ No newline at end of file +35 \ No newline at end of file -- 2.30.9