Bug 21383 - Sorting on ILL request table is inaccurate
Summary: Sorting on ILL request table is inaccurate
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: ILL (show other bugs)
Version: Main
Hardware: All All
: P5 - low minor with 1 vote (vote)
Assignee: Bugs List
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-09-19 14:56 UTC by Andrew Isherwood
Modified: 2023-01-13 09:53 UTC (History)
3 users (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Isherwood 2018-09-19 14:56:13 UTC
In the ILL requests table, values containing numbers are sorted incorrectly. For example, AUB-1, AUB-10, AUB-11, AUB-20, AUB-21 etc.
Comment 1 Holly 2020-10-20 14:46:35 UTC
Hi,
Just wanted to express interest in seeing this bug resolved. 
Thanks,
Holly
Comment 2 Angela 2021-06-02 10:01:17 UTC
Hi,

Also interested in seeing this one resolved.

Thanks,
Angela
Comment 3 Katrin Fischer 2023-01-13 09:53:07 UTC
I believe this is related to setting the optional prefix setting and could possibly be fixed using a data-order or similar in the datatable:

      <branch>
          <code>code_for_your_branch</code>
          <!-- An optional prefix for all ILL request IDs for this branch -->
         <prefix>ILL</prefix>
     </branch>

If you set that it will add a prefix to the ILL request ID.