Display all custom fields on issue PDF.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2828 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
cfd7d07b69
commit
6da352dc47
|
@ -219,7 +219,7 @@ module Redmine
|
||||||
pdf.Cell(60,5, format_date(issue.due_date),"RB")
|
pdf.Cell(60,5, format_date(issue.due_date),"RB")
|
||||||
pdf.Ln
|
pdf.Ln
|
||||||
|
|
||||||
for custom_value in issue.custom_values
|
for custom_value in issue.custom_field_values
|
||||||
pdf.SetFontStyle('B',9)
|
pdf.SetFontStyle('B',9)
|
||||||
pdf.Cell(35,5, custom_value.custom_field.name + ":","L")
|
pdf.Cell(35,5, custom_value.custom_field.name + ":","L")
|
||||||
pdf.SetFontStyle('',9)
|
pdf.SetFontStyle('',9)
|
||||||
|
|
Loading…
Reference in New Issue