]> source.dussan.org Git - redmine.git/commitdiff
Fixes #2171: issue pdf export broken by r2006.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Thu, 13 Nov 2008 16:39:50 +0000 (16:39 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Thu, 13 Nov 2008 16:39:50 +0000 (16:39 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2030 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/issues/show.rfpdf

index 5926ba89da85e193681b0cdad433c28a66894983..00dc3d2002a8bc81fa45401113321385072734db 100644 (file)
@@ -79,7 +79,7 @@
            pdf.Ln      \r
                for changeset in @issue.changesets\r
                        pdf.SetFontStyle('B',8)\r
-                   pdf.Cell(190,5, format_time(changeset.committed_on) + " - " + changeset.author)\r
+                   pdf.Cell(190,5, format_time(changeset.committed_on) + " - " + changeset.author.to_s)\r
                    pdf.Ln\r
                        unless changeset.comments.blank?\r
                                pdf.SetFontStyle('',8)\r