Summary: | wrong isbn showing on the staff search results | ||
---|---|---|---|
Product: | Koha | Reporter: | Nicole C. Engard <nengard> |
Component: | Templates | Assignee: | Owen Leonard <oleonard> |
Status: | CLOSED FIXED | QA Contact: | Ian Walls <koha.sekjal> |
Severity: | normal | ||
Priority: | P4 | CC: | paul.poulain |
Version: | 3.6 | ||
Hardware: | All | ||
OS: | All | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | --- | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: | Circulation function: | ||
Attachments: |
Proposed fix
[SIGNED-OFF] Bug 7381 - wrong isbn showing on the staff search results |
Description
Nicole C. Engard
2011-12-27 17:57:33 UTC
Created attachment 6933 [details] [review] Proposed fix Outputting the "raw" ISBN. In the case of multiples, ISBNs are concatenated with " | " Using a T:T filter to make these a comma-separated list. As far as I can tell the results in the reservoir are not doing any processing of the ISBN. Looks like ISBNs are being displayed exactly as they are stored. Created attachment 6934 [details] [review] [SIGNED-OFF] Bug 7381 - wrong isbn showing on the staff search results Outputting the "raw" ISBN. In the case of multiples, ISBNs are concatenated with " | " Using a T:T filter to make these a comma-separated list. Signed-off-by: Nicole C. Engard <nengard@bywatersolutions.com> Added a record and confirmed that the right ISBN shows on the search results and that the amazon cover image still works. Template only change to use raw ISBN and a simple replacement. Marking Passed QA patch pushed please test (lowered the severity, this is not major) |