From 2690bcae6a892c1fd223d482c04aa27c826014c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com> Date: Thu, 9 Jun 2005 11:07:54 +0000 Subject: [PATCH] minor bug git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@3226 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5Form/www/PDFForm_manageCells.zpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product/ERP5Form/www/PDFForm_manageCells.zpt b/product/ERP5Form/www/PDFForm_manageCells.zpt index f7521c4186..191b09bc67 100755 --- a/product/ERP5Form/www/PDFForm_manageCells.zpt +++ b/product/ERP5Form/www/PDFForm_manageCells.zpt @@ -39,7 +39,7 @@ TALES expressions for the following attributes : <br/> NOTE: you have to add yourself omit_XXa_keys in the URL --> <tr tal:repeat="cell python:request.get('omit_XXa_keys') and filter(lambda name: str(name)[-1]!='a', cells) - or request.get('omit_XXb_keys', 1) + or request.get('omit_XXb_keys') and filter(lambda name: str(name)[-1]!='b', cells) or cells"> <td tal:content="cell">Cell Name</td> -- 2.30.9