[Koha-bugs] [Bug 26012] Date in 'Paid for' information not formatted to Time/DateFormat system preferences

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jul 29 16:51:35 CEST 2020


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

--- Comment #1 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
Created attachment 107513
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=107513&action=edit
Bug 26012: Correctly format "paid for" info on the item details view

The string is built controller side, which does not let the template
format the info nicely.
We want to display patron's info using patron-title.inc and the date
with the KohaDates plugin

Test plan:
- Make sure there is a replacement cost in the item
- check it out
- Mark it lost
- Pay the lost item fee
- Go to the detail page and look on the items tab for the item
- It will show an entry with "Paid for?" label
The patron's info and date must be correctly formatted

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list