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

Git repo owner gitmaster at git.koha-community.org
Thu Jan 22 09:52:57 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  38e69b2956fd1ef5cc468432c052a740d356bf81 (commit)
      from  6971b7d532aa924782f9b2864698d59f5fa687d2 (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 38e69b2956fd1ef5cc468432c052a740d356bf81
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Wed Oct 1 08:25:02 2014 -0400

    Bug 13020 - Checkouts table default ordering is incorrect
    
    The checkouts table is no longer keeping "today's checkouts" in the
    order they were scanned.
    
    Test Plan:
    1) Create 3 records "Test 1", "Test 2" and "Test 3" each with one item
    2) Check out the items to a patron in the order "Test 2", "Test 1", "Test 3".
    3) Note the order is incorrect.
    4) Apply this patch
    5) Refresh the page
    6) Note the order is now correct
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Note that the bug already exists before bug 12550. I checked on a 3.14.x
    branch (without the ajax circ stuff), and the order is the same as with
    this patch.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    
    Conflicts:
    	koha-tmpl/intranet-tmpl/prog/en/js/checkouts.js

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

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


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list