Koha/koha-tmpl/intranet-tmpl/prog
Didier Gautheron 2b56ae1d4a 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@myacpl.org>

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
2020-07-20 14:05:21 +02:00
..
css Bug 23410: Add submenus to system preferences sidebar menu 2020-06-29 12:37:02 +02:00
en Bug 25896: Add missing closing </td> tag 2020-07-20 14:05:21 +02:00
img Bug 23410: Add submenus to system preferences sidebar menu 2020-06-29 12:37:02 +02:00
js Bug 25293: Don't call escapeHtml on null 2020-07-20 14:05:21 +02:00
pdf
sound