[koha-commits] main Koha release repository branch 19.11.x updated. v19.11.08-77-g1c1c97d7ca

Git repo owner gitmaster at git.koha-community.org
Tue Aug 18 04:41:06 CEST 2020


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "main Koha release repository".

The branch, 19.11.x has been updated
       via  1c1c97d7ca5cf1be366f2a1feec56d0cc7e65c4a (commit)
      from  9b21b0167008457187bd953ab25c48e4087a9ea6 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 1c1c97d7ca5cf1be366f2a1feec56d0cc7e65c4a
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Jul 29 16:49:14 2020 +0200

    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
    
    Signed-off-by: Sally <sally.healey at cheshiresharedservices.gov.uk>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit ed4fc5889467bde858cfd4ac573cd40a5b4279c5)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>
    (cherry picked from commit f16934384efe502a6247b1c4cb981d2684e6dee3)
    
    Signed-off-by: Aleisha Amohia <aleishaamohia at hotmail.com>

-----------------------------------------------------------------------

Summary of changes:
 catalogue/moredetail.pl                                         | 6 +-----
 koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/moredetail.tt | 2 +-
 2 files changed, 2 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list