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

Git repo owner gitmaster at git.koha-community.org
Tue Aug 4 01:12:05 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  bc49cb0b13658131c033fd803f0a3ad741200226 (commit)
      from  34127f17bf9c12ed67250a366836a8bf4ef20f29 (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 bc49cb0b13658131c033fd803f0a3ad741200226
Author: Didier Gautheron <didier.gautheron at biblibre.com>
Date:   Tue Apr 28 07:43:46 2020 +0200

    Bug 25293: Don't call escapeHtml on null
    
     Test Plan:
    
        1) Create two Checkouts
        2) view patron's checkout list
           cgi-bin/koha/members/moremember.pl?borrowernumber=pp <show
           checkout>
        3) in mysql shell delete a checkout home branch: update items set
           homebranch = null where itemnumber = xx;
        4) view patron's checkout list, again
    
        Without this patch the list is empty.
    
        Same if biblio title is null (update biblio set title = null where
        biblionumber = yy;).
        Javascript error:
        TypeError: oObj.title is null
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit 2b56ae1d4a231a83f52420ec9efc4829226fa86a)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>
    (cherry picked from commit 6cbd0a6257dabab98959d2c5a090fca84213eefa)
    
    Signed-off-by: Aleisha Amohia <aleishaamohia at hotmail.com>

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

Summary of changes:
 koha-tmpl/intranet-tmpl/prog/js/checkouts.js | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list