@@ -422,7 +422,7 module Redmine | |||
|
422 | 422 | if query.grouped? && |
|
423 | 423 | (group = query.group_by_column.value(issue)) != previous_group |
|
424 | 424 | pdf.SetFontStyle('B',10) |
|
425 | group_label = group.blank? ? 'None' : group.to_s | |
|
425 | group_label = group.blank? ? 'None' : group.to_s.dup | |
|
426 | 426 | group_label << " (#{query.issue_count_by_group[group]})" |
|
427 | 427 | pdf.Bookmark group_label, 0, -1 |
|
428 | 428 | pdf.RDMCell(table_width + col_id_width, row_height * 2, group_label, 1, 1, 'L') |
General Comments 0
You need to be logged in to leave comments.
Login now