mirror of
https://github.com/redmine/redmine.git
synced 2026-01-26 09:20:01 +01:00
Fix PDF formatting (#21705).
Patch by Greg T. git-svn-id: http://svn.redmine.org/redmine/trunk@16362 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -138,7 +138,7 @@ module Redmine
|
||||
pdf.SetFontStyle('B',9)
|
||||
pdf.RDMCell(35+155, 5, value.custom_field.name, "LRT", 1)
|
||||
pdf.SetFontStyle('',9)
|
||||
pdf.RDMwriteFormattedCell(35+155, 5, '', '', text, issue.attachments, "LRB")
|
||||
pdf.RDMwriteHTMLCell(35+155, 5, '', '', text, issue.attachments, "LRB")
|
||||
end
|
||||
|
||||
unless issue.leaf?
|
||||
|
||||
Reference in New Issue
Block a user