From 86c603f349adb8906ec40353f33be103ab185332 Mon Sep 17 00:00:00 2001 From: Naresh Choksy Date: Tue, 2 Jun 2009 11:37:12 +0530 Subject: [PATCH] improved reports bzr revid: nch@tinyerp.com-20090602060712-ycxmaf2kffk0gchx --- addons/auction/report/catelogwithpictures.rml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/auction/report/catelogwithpictures.rml b/addons/auction/report/catelogwithpictures.rml index f666a60575d..b3a772b4940 100644 --- a/addons/auction/report/catelogwithpictures.rml +++ b/addons/auction/report/catelogwithpictures.rml @@ -82,7 +82,7 @@ - [[ setTag('para','image',{'width':'100.0','height':'80.0','name':str(o.id)}) ]][[ o.image or setTag('image','para') ]] + [[ o.image and setTag('para','image',{'width':'100.0','height':'80.0','name':str(o.id)}) ]][[ o.image ]]