Patch #21705 » pdf_custom_field.patch
lib/redmine/export/pdf/issues_pdf_helper.rb 2017-02-17 14:11:09.713277979 +0100 | ||
---|---|---|
138 | 138 |
pdf.SetFontStyle('B',9) |
139 | 139 |
pdf.RDMCell(35+155, 5, value.custom_field.name, "LRT", 1) |
140 | 140 |
pdf.SetFontStyle('',9) |
141 |
pdf.RDMwriteFormattedCell(35+155, 5, '', '', text, issue.attachments, "LRB")
|
|
141 |
pdf.RDMwriteHTMLCell(35+155, 5, '', '', text, issue.attachments, "LRB")
|
|
142 | 142 |
end |
143 | 143 | |
144 | 144 |
unless issue.leaf? |
- « Previous
- 1
- …
- 6
- 7
- 8
- Next »