| Summary: | Title shows doubled up in fine description | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Katrin Fischer <katrin.fischer> |
| Component: | Fines and fees | Assignee: | Bugs List <koha-bugs> |
| Status: | CLOSED WONTFIX | QA Contact: | Testopia <testopia> |
| Severity: | minor | ||
| Priority: | P5 - low | CC: | aleisha, gmcharlt, kyle, marjorie.barry-vila |
| Version: | Main | ||
| Hardware: | All | ||
| OS: | All | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Comma delimited list of Sponsors: | |
| Crowdfunding goal: | 0 | Crowdfunding committed: | 0 |
| Crowdfunding contact: | Patch complexity: | --- | |
| Documentation contact: | Documentation submission: | ||
| Text to go in the release notes: | Version(s) released in: | ||
| Circulation function: | |||
|
Description
Katrin Fischer
2015-04-13 11:06:56 UTC
I think the problem here is that some fees/fines include the title in the accountline description, whereas some fees/fines include the biblionumber in the description, whereas some fees/fines have nothing about the item in the description. It is probably best to have the title and barcode in the description (like the behaviour for Renewals) as this gives us the most information, and all other fees should be updated to do this. Hi Aleisha, using the descriptions in the interface has always been a bit of a translation problem as the strings often included and still include information that is available only in English. I think a patch some time ago changed the behaviour on purpose, so that for the GUI we should now use the column for the due_date for displaying a correctly formatted due date and the itemnumber to pull the title from the record. - So I would say that we should change all fines/fees to still show nicely, without using the description from the db - if that makes sense? My report here might be from a time before the change, but can't dig out the patch right now :( This is a very old issue by now - I am marking it resolved WONTFIX because I tihnk it was due to old data. |