[koha-commits] main Koha release repository branch master updated. v3.22.00-1361-g8e9e56d

Git repo owner gitmaster at git.koha-community.org
Fri Apr 29 13:41:48 CEST 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  8e9e56d0d4aefef9ef7bd7bc48d9e859aadc465e (commit)
      from  d6851d3f92955cb22f35a047e887d57e50a45c6e (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 8e9e56d0d4aefef9ef7bd7bc48d9e859aadc465e
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Tue Nov 5 11:31:20 2013 -0500

    Bug 11203 - Datatables in acqusitions do not ignore "stopwords" in titles
    
    Sorting by the "summary" column does not produce the preferred results.
    Title beginning with 'a', 'an', or 'the' are sorted using those
    articles.
    
    Test plan:
    1) Place an order for 2 items with the titles "Alpha" and "The Alpha",
       along with some other records with titles starting with something
       between 'a' and 't', and 't' and 'z'
    2) Sort the "pending orders" table, note the incorrect sorting
    3) Receive all the items
    4) Sort the "already received" table, note the incorrect sorting
    5) Apply the patch
    6) Repeat steps 1-4, note the corrected sorting
    7) Check acqui/basket.pl for correct sorting
    8) Check acqui/invoice.pl for correct sorting
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt  |    9 +++++----
 koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice.tt |    7 +++++--
 koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt  |    4 ++--
 3 files changed, 12 insertions(+), 8 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list