[koha-commits] main Koha release repository branch 3.16.x updated. v3.16.06-69-gc8f8bdc

Git repo owner gitmaster at git.koha-community.org
Thu Jan 22 10:31:51 CET 2015


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, 3.16.x has been updated
       via  c8f8bdc8f2d166c7c4adf7981a651b1c001368fd (commit)
      from  c20a7cd4dfb43dbe7556dfd165a57818cea1ca31 (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 c8f8bdc8f2d166c7c4adf7981a651b1c001368fd
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Thu Jan 8 06:59:26 2015 -0500

    Bug 13537 - Focus should move to barcode after renewing via checkouts table
    
    Koha's checkout screen automatically focuses on the barcode field each
    time it is loaded. Since we've moved the checkouts table functions for
    renewing and returning items to ajax methods, this page is no longer
    refreshed, and thus does not refocus to the barcode after performing
    those actions. This should be fixed so that renewing/returning items via
    the checkouts page moves the focus to the barcode field.
    
    Test Plan:
    1) Find a patron with checkouts.
    2) Renew or return a checkout, note the focus does not move to the
       barcode.
    3) Apply this patch.
    4) Renew or return a checkout, note the focus *does* move to the
       barcode.
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Thomas <tomsStudy at gmail.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    (cherry picked from commit 91f67dde130c1c5c34174a588696bad1286823ad)
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

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

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


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list