Patch #6382 » 6382.patch
| lib/redmine/export/pdf.rb | ||
|---|---|---|
| 255 | 255 |
pdf.SetFontStyle('B',9)
|
| 256 | 256 |
pdf.Cell(35,5, l(:field_description) + ":") |
| 257 | 257 |
pdf.SetFontStyle('',9)
|
| 258 |
pdf.MultiCell(155,5, @issue.description,"BR")
|
|
| 258 |
pdf.MultiCell(155,5, issue.description,"BR") |
|
| 259 | 259 |
|
| 260 | 260 |
pdf.Line(pdf.GetX, y0, pdf.GetX, pdf.GetY) |
| 261 | 261 |
pdf.Line(pdf.GetX, pdf.GetY, 170, pdf.GetY) |