https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41932
Bug ID: 41932
Summary: Allow optional zero-padding in items.cn_sort
Initiative type: ---
Sponsorship ---
status:
Product: Koha
Version: unspecified
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P5 - low
Component: Cataloging
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
CC: [email protected]
We have callnumbers like 1 A 1, 10 A 10, 100 A 100 and 1000 A 100.
Alphabetically sorting those does not work (100 A 100 < 2 A 2)
This proposal includes adding a syspref to define callnumber formats that also
specify the desired length when zero-padding cn_sort. This would be active when
using C4::ClassSortRoutine::Generic.
In the above case we would like to sort them with 0001 A 001, 0010 A 010, 0100
A 100 and 1000 A 100. So the first digit block has length 4, the second block
3.
--
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/