Summary: | Printing Callnumber in Koha 3.16.04.000. | ||
---|---|---|---|
Product: | Koha | Reporter: | Jerwyn <os.jerwynfernandez> |
Component: | Label/patron card printing | Assignee: | Chris Nighswonger <cnighswonger> |
Status: | CLOSED INVALID | QA Contact: | Testopia <testopia> |
Severity: | normal | ||
Priority: | P5 - low | CC: | jonathan.druart, mtompset, os.jerwynfernandez |
Version: | 3.16 | ||
Hardware: | All | ||
OS: | All | ||
See Also: | http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10821 | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Attachments: |
Wrong Callnumber Format
Koha version 3.12.01 generated |
Created attachment 34028 [details]
Koha version 3.12.01 generated
In addition to this the result should be something like this.
This SS shows is generated using Koha version 3.12.01
Hope someone can help me on this.
Thank you!
Comment on attachment 33610 [details]
Wrong Callnumber Format
I believe the font in question requires upper case.
But I would have expected better line breaks:
FIC.
P48A
1998
FIC.
D64A
1997
FIC.
H56DA
2000
FIL.
RC862
D53
1990
FIL.
RC862
D53
1990
Though, I'm not sure about the last two.
Lowering the severity. Jerwyn, could you detail? It worked as you expected in 3.12 but not in 3.16, that's it? If these are LLC call numbers, we split based on the standard and have chosen not to attempt to accommodate local variations. In any case this is most likely corrected by bug 10821. Hi Jonathan! Sorry this case is closed, I just forgot to go over this report. The institution that we support is using lcc however, they are not using ( . ) in their cutters. What we advised them is to change the lcc format the "item record" to ddc so that we can generate the callnumber correctly. After we have seen the bug 10821 Chris has mentioned, yes we just found out how does it works! Cutters must have ( . ) in lcc format. Otherwise the resolution for this is to change it to ddc if an institution doesn't put ( . ) at the beginning of the cutters. Thank you and best regards, |
Created attachment 33610 [details] Wrong Callnumber Format Check the callnumber, whenever it is exported as a PDF file. Koha doesn't follow the format the way you want to print it. Character doesn't split normally and all letters are in caps. Please see attached file for reference. Thanks!