Project

General

Profile

Patch #21705 » pdf_custom_field.patch

Greg T, 2017-02-20 11:07

View differences:

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?
(8-8/8)