@@ -79,7 +79,7 | |||
|
79 | 79 | pdf.Ln |
|
80 | 80 | for changeset in @issue.changesets |
|
81 | 81 | pdf.SetFontStyle('B',8) |
|
82 | pdf.Cell(190,5, format_time(changeset.committed_on) + " - " + changeset.author) | |
|
82 | pdf.Cell(190,5, format_time(changeset.committed_on) + " - " + changeset.author.to_s) | |
|
83 | 83 | pdf.Ln |
|
84 | 84 | unless changeset.comments.blank? |
|
85 | 85 | pdf.SetFontStyle('',8) |
General Comments 0
You need to be logged in to leave comments.
Login now