Summary: | Bib record log viewer displaying wrong biblionumber entries | ||
---|---|---|---|
Product: | Koha | Reporter: | Jane Wagner <jwagner> |
Component: | Transaction logs | Assignee: | Galen Charlton <gmcharlt> |
Status: | CLOSED FIXED | QA Contact: | Bugs List <koha-bugs> |
Severity: | minor | ||
Priority: | PATCH-Sent (DO NOT USE) | CC: | chris, gmcharlt |
Version: | 3.4 | ||
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: | |||
Bug Depends on: | |||
Bug Blocks: | 2892 | ||
Attachments: |
screenshot of log viewer on biblio # 6364, showing correct and wrong entries
proposed bugfix |
Description
Jane Wagner
2011-04-06 18:26:09 UTC
When you're in a title record in staff client, and you click on the Modification Log tab, the viewlog.pl script is displaying inappropriate entries. For example, on biblionumber 6364, it's showing entries for that plus biblionumber 16364. Same for the pair 16314/6314. It seems like instead of doing an exact match on the biblionumber, the log viewer page is doing a wildcard -- anything _ending_ in 6314 instead of exactly equal to it, so it's pulling up invalid entries from the log table. I do not see this happening on patron log entries, but I have a very limited patron set in my test database. Created attachment 3763 [details]
screenshot of log viewer on biblio # 6364, showing correct and wrong entries
Bug confirmed, fix in progress. Created attachment 3764 [details] [review] proposed bugfix |