@@ -154,7 +154,7 module Redmine | |||
|
154 | 154 | if query.grouped? && (group = query.group_by_column.value(issue)) != previous_group |
|
155 | 155 | pdf.SetFontStyle('B',9) |
|
156 | 156 | pdf.Cell(277, row_height, |
|
157 |
(group.blank? ? 'None' : group.to_s) + " (#{ |
|
|
157 | (group.blank? ? 'None' : group.to_s) + " (#{query.issue_count_by_group[group]})", | |
|
158 | 158 | 1, 1, 'L') |
|
159 | 159 | pdf.SetFontStyle('',8) |
|
160 | 160 | previous_group = group |
@@ -255,7 +255,7 module Redmine | |||
|
255 | 255 | pdf.SetFontStyle('B',9) |
|
256 | 256 | pdf.Cell(35,5, l(:field_description) + ":") |
|
257 | 257 | pdf.SetFontStyle('',9) |
|
258 |
pdf.MultiCell(155,5, |
|
|
258 | pdf.MultiCell(155,5, issue.description,"BR") | |
|
259 | 259 | |
|
260 | 260 | pdf.Line(pdf.GetX, y0, pdf.GetX, pdf.GetY) |
|
261 | 261 | pdf.Line(pdf.GetX, pdf.GetY, 170, pdf.GetY) |
General Comments 0
You need to be logged in to leave comments.
Login now