[Koha-bugs] [Bug 16486] Display the TIME a fine was collected/written off

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed May 3 08:49:52 CEST 2017


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16486

--- Comment #6 from Theodoros Theodoropoulos <theod at 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.


More information about the Koha-bugs mailing list