Bug 11203 - Datatables in acqusitions do not ignore "stopwords" in titles
authorKyle M Hall <kyle@bywatersolutions.com>
Tue, 5 Nov 2013 16:31:20 +0000 (11:31 -0500)
committerKyle M Hall <kyle@bywatersolutions.com>
Fri, 29 Apr 2016 11:51:11 +0000 (11:51 +0000)
commit8e9e56d0d4aefef9ef7bd7bc48d9e859aadc465e
treec1be9d739a3848efbe415ba90b5483c1fb728e7e
parentd6851d3f92955cb22f35a047e887d57e50a45c6e
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@myacpl.org>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt
koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice.tt
koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt