[koha-commits] main Koha release repository branch 3.22.x updated. v3.22.06-44-g629b4f1

Git repo owner gitmaster at git.koha-community.org
Mon May 16 11:51:36 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, 3.22.x has been updated
       via  629b4f1136648b9dcf0d47fef79eea18eb3c675a (commit)
      from  739ad1aebd2fd04e6ab97edf44ae6802f2bae6db (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 629b4f1136648b9dcf0d47fef79eea18eb3c675a
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>
    (cherry picked from commit 8e9e56d0d4aefef9ef7bd7bc48d9e859aadc465e)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.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