@@ -418,9 +418,9 module Redmine | |||
|
418 | 418 | " # #{relation.other_issue(issue).id}: #{relation.other_issue(issue).subject}" |
|
419 | 419 | buf = truncate(buf, :length => truncate_length) |
|
420 | 420 | pdf.SetFontStyle('', 8) |
|
421 |
pdf.RDMCell(35+155- |
|
|
421 | pdf.RDMCell(35+155-60, 5, buf, "L") | |
|
422 | 422 | pdf.SetFontStyle('B',8) |
|
423 |
pdf.RDMCell( |
|
|
423 | pdf.RDMCell(20,5, relation.other_issue(issue).status.to_s, "") | |
|
424 | 424 | pdf.RDMCell(20,5, format_date(relation.other_issue(issue).start_date), "") |
|
425 | 425 | pdf.RDMCell(20,5, format_date(relation.other_issue(issue).due_date), "R") |
|
426 | 426 | pdf.Ln |
General Comments 0
You need to be logged in to leave comments.
Login now