From a3900f6daf0aec8500339beb73049845065aeff8 Mon Sep 17 00:00:00 2001 From: "Anup (OpenERP)" Date: Fri, 24 Sep 2010 18:12:28 +0530 Subject: [PATCH] [FIX] auction : Auction Artists Report Corrected bzr revid: ach@tinyerp.com-20100924124228-uoj22v0xiaka4soo --- addons/auction/report/auction_artists.rml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/auction/report/auction_artists.rml b/addons/auction/report/auction_artists.rml index dfe81549245..1a0688825d4 100644 --- a/addons/auction/report/auction_artists.rml +++ b/addons/auction/report/auction_artists.rml @@ -62,7 +62,7 @@ [[o.artist2_id and 'Artist2: '+o.artist2_id.name or False]] - [[o.artist_id2 and 'Biography: '+o.artist_id2.biography or False]] + [[o.artist2_id and 'Biography: '+o.artist2_id.biography or False]]