[koha-commits] main Koha release repository branch 19.05.x updated. v19.05.06-50-g69a7644360

Git repo owner gitmaster at git.koha-community.org
Wed Jan 15 18:53:47 CET 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.05.x has been updated
       via  69a7644360a62693c07beb52806a525c2c28b891 (commit)
      from  897d4e22a5e0e18c3fc1a6ecceb3dc31fb968052 (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 69a7644360a62693c07beb52806a525c2c28b891
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Dec 18 11:09:51 2019 +0100

    Bug 24166: Do not hang when displaying checkout list if barcode is not set
    
    If a barcode is not set, there is a JS error in the log:
      TypeError: oObj.barcode is null
    We should not call escapeHtml() on it if not barcode is set for a given
    item.
    
    Test plan:
    Check an item out
    Remove its barcode
    Load the checkout list
    => Without this patch you get the "loading" popup and the table is never
    displayed
    => With this patch applied you see the checkout list
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>
    (cherry picked from commit d2e1034084c9310498607e1d5e4156c40d7b2245)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

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

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


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list