@@ -459,8 +459,9 module Redmine | |||
|
459 | 459 | indice = indice + 1 |
|
460 | 460 | pdf.SetFontStyle('B',8) |
|
461 | 461 | pdf.RDMCell(190,5, |
|
462 | format_time(journal.created_on) + " - " + | |
|
463 | journal.user.name + " #" + indice.to_s ) | |
|
462 | "#" + indice.to_s + | |
|
463 | " - " + format_time(journal.created_on) + | |
|
464 | " - " + journal.user.name) | |
|
464 | 465 | pdf.Ln |
|
465 | 466 | pdf.SetFontStyle('I',8) |
|
466 | 467 | for detail in journal.details |
General Comments 0
You need to be logged in to leave comments.
Login now