@@ -428,7 +428,7 module Redmine | |||
|
428 | 428 | if query.grouped? && |
|
429 | 429 | (group = query.group_by_column.value(issue)) != previous_group |
|
430 | 430 | pdf.SetFontStyle('B',10) |
|
431 | group_label = group.blank? ? 'None' : group.to_s | |
|
431 | group_label = group.blank? ? 'None' : group.to_s.dup | |
|
432 | 432 | group_label << " (#{query.issue_count_by_group[group]})" |
|
433 | 433 | pdf.Bookmark group_label, 0, -1 |
|
434 | 434 | 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