]> git.koha-community.org Git - koha.git/commit
Bug 31455: Make batchMod sort by order scanned
authorLucas Gass <lucas@bywatersolutions.com>
Thu, 1 Sep 2022 16:55:14 +0000 (16:55 +0000)
committerLucas Gass <lucas@bywatersolutions.com>
Fri, 16 Sep 2022 15:21:38 +0000 (15:21 +0000)
commitd8956d387d602da27c19020030b919605d8471e7
treebee503060469357b02b1e673503b8d35cbce4c93
parent346be764e71a1bdd60aa4d267598e22a85448610
Bug 31455: Make batchMod sort by order scanned

To test:
1. In batch item deletion and batch item modification add some
   barcodes.
2. Notice they are being sorted by item number, not in the order
   scanned.
3. Appply patch and restart services.
4. Try scanning items again in both batch item deletion and batch item
   modification.
5. The found barcodes should now sort by order scanned.

Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Signed-off-by: Joonas Kylmälä <joonas.kylmala@iki.fi>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
(cherry picked from commit 5c2b2ac09a0cabbab9333bc0cab90cf1880de17f)

Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
Koha/UI/Table/Builder/Items.pm
koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers.inc
koha-tmpl/intranet-tmpl/prog/js/pages/batchMod.js