[koha-commits] main Koha release repository branch master updated. v3.22.00-540-g27231db

Git repo owner gitmaster at git.koha-community.org
Tue Feb 23 22:27:32 CET 2016


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, master has been updated
       via  27231db75d222ac0dad655e8e8b918afac9477ec (commit)
      from  0277c545b0369046e3d2785689ea52b99d84962f (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 27231db75d222ac0dad655e8e8b918afac9477ec
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Wed Feb 3 15:10:30 2016 +0000

    Bug 15730 - 500 error on returns.pl if barcode doesn't exist
    
    If a librarian enters a barcode that does not match an item in the
    database, a 500 error will be displayed instead of the "No item with
    barcode" message.
    
    Test Plan:
    1) Enter an invalid barcode on returns.pl
    2) Note the 500 error
    3) Apply this patch
    4) Repeat setp 1
    5) Note the "No item with barcode" message
    
    Signed-off-by: Aleisha <aleishaamohia at hotmail.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com

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

Summary of changes:
 circ/returns.pl |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list