##// END OF EJS Templates
pdf: expand relational issues status column width of issue pdf (#5634)...
Toshi MARUYAMA -
r7845:9dfaa562fc44
parent child
Show More
@@ -418,9 +418,9 module Redmine
418 " # #{relation.other_issue(issue).id}: #{relation.other_issue(issue).subject}"
418 " # #{relation.other_issue(issue).id}: #{relation.other_issue(issue).subject}"
419 buf = truncate(buf, :length => truncate_length)
419 buf = truncate(buf, :length => truncate_length)
420 pdf.SetFontStyle('', 8)
420 pdf.SetFontStyle('', 8)
421 pdf.RDMCell(35+155-50,5, buf, "L")
421 pdf.RDMCell(35+155-60, 5, buf, "L")
422 pdf.SetFontStyle('B',8)
422 pdf.SetFontStyle('B',8)
423 pdf.RDMCell(10,5, relation.other_issue(issue).status.to_s, "")
423 pdf.RDMCell(20,5, relation.other_issue(issue).status.to_s, "")
424 pdf.RDMCell(20,5, format_date(relation.other_issue(issue).start_date), "")
424 pdf.RDMCell(20,5, format_date(relation.other_issue(issue).start_date), "")
425 pdf.RDMCell(20,5, format_date(relation.other_issue(issue).due_date), "R")
425 pdf.RDMCell(20,5, format_date(relation.other_issue(issue).due_date), "R")
426 pdf.Ln
426 pdf.Ln
General Comments 0
You need to be logged in to leave comments. Login now