Summary: | Order pickup library list by name rather than by code | ||
---|---|---|---|
Product: | Koha | Reporter: | Sophie MEYNIEUX <sophie.meynieux> |
Component: | Hold requests | Assignee: | Sophie MEYNIEUX <sophie.meynieux> |
Status: | CLOSED FIXED | QA Contact: | Ian Walls <koha.sekjal> |
Severity: | minor | ||
Priority: | P5 - low | CC: | chris, gmcharlt, mglavica, paul.poulain |
Version: | 3.8 | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Attachments: |
Order the pickup library list by name
[SIGNED-OFF] Bug 7815 : Order pickup libraries list by name rather than by code |
Description
Sophie MEYNIEUX
2012-03-23 14:00:47 UTC
Created attachment 8593 [details] [review] Order the pickup library list by name Hi Sophie, I tried to replicate the problem on the holds page in staff and in the OPAC. In both places my branches appeared in alphabetical order. Can you give me a hint where or in which case the order is wrong? Created attachment 10046 [details] [review] [SIGNED-OFF] Bug 7815 : Order pickup libraries list by name rather than by code Signed-off-by: Marijana Glavica <mglavica@ffzg.hr> (In reply to comment #2) > Hi Sophie, > I tried to replicate the problem on the holds page in staff and in the OPAC. > In both places my branches appeared in alphabetical order. Can you give me a > hint where or in which case the order is wrong? In order to reproduce this problem, the order of code must differ from the order of descriptions. For example: code Description X library street X A that is another library Before the patch, A appears before X (and if you've 20+ libraries, you'll face pain to find the one you want !), after the patch, it's ordered by description QA comment: tiny patch, sorting a hash, passed QA more a bugfix than an ENH, worth porting on 3.8 even if minor Pushed to 3.8.x, will be in 3.8.2 |