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

Git repo owner gitmaster at git.koha-community.org
Mon Jan 19 15:43:07 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  6b0a77a9b5af113980f1d9a5582315dcf0ffe8e7 (commit)
       via  a2887ac9cfe6053515aae60a3d95acc4fa41bbbb (commit)
      from  f5a69334b61834b8c3366d4eaff83dfd8ce69524 (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 6b0a77a9b5af113980f1d9a5582315dcf0ffe8e7
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Thu Nov 13 11:04:17 2014 -0500

    Bug 13195 - Regression: Circulation checkouts table no longer shows item type description
    
    Another regression caused by Bug 11703: The list of checkouts on the
    circulation and patron detail page shows item type codes instead of the
    full description.
    
    Test Plan:
    1) View a patron's checkouts, note the Item type column displays the
       code rather than the description.
    2) Apply this patch
    3) Refresh the page, note the description is now displayed
    
    Signed-off-by: Frederic Demians <f.demians at tamil.fr>
    
    Works as described.
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    
    Works as described, no problems found.
    Passes tests and QA script.
    Signed-off-by: Mason James <mtj at kohaaloha.com>

commit a2887ac9cfe6053515aae60a3d95acc4fa41bbbb
Author: Olli-Antti Kivilahti <olli-antti.kivilahti at jns.fi>
Date:   Thu Oct 30 14:57:09 2014 +0200

    Bug 13168 - "Today's checkouts" sort improperly because issuedate lacks seconds.
    
    TO REPLICATE:
    
    Prepare a bunch of Items (6+) for checking out, or have a set of barcodes ready for copy-pasting.
    Check-out those items quickly within one minute and observe that the sorting order is not always from the first checkout to the last.
    
    This is because the issuedate doesn't have seconds defined.
    
    AFTER THIS
    
    The bunch of Items is sorted properly.
    
    Tiny patch, works as expected. Passed QA script.
    Signed-off-by: Marc Veron <veron at veron.ch>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Mason James <mtj at kohaaloha.com>

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

Summary of changes:
 C4/Circulation.pm                               |    7 +++--
 koha-tmpl/intranet-tmpl/prog/en/js/checkouts.js |   35 +++++++++++++++--------
 svc/checkouts                                   |   20 +++++++++----
 3 files changed, 41 insertions(+), 21 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list