Bug 21383

Summary: Sorting on ILL request table is inaccurate
Product: Koha Reporter: Andrew Isherwood <bugzilla>
Component: ILLAssignee: Bugs List <koha-bugs>
Status: NEW --- QA Contact:
Severity: minor    
Priority: P5 - low CC: angela.oconnordesmond, hc, Niamh.WalkerHeadon
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:

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.