https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16486 --- Comment #6 from Theodoros Theodoropoulos <theod@lib.auth.gr> --- Thank you all for your work on this request. I can verify that the provided patch works as expected! [FYI, for Koha 3.20 the patch needs one line less, because 'Hold waiting too long' is not available] Having said that, unless you print slips with the text from the description, I think it would be more generic to simply change the date column to show hours/minutes in ALL fine lines. Following Owen's suggestion, it would be something like this: - <td><span title="[% account.date %]">[% account.date |$KohaDates %]</span></td> + <td><span title="[% account.timestamp %]">[% account.timestamp |$KohaDates with_hours => 1 %]</span></td> What do you think? -- You are receiving this mail because: You are watching all bug changes.