Summary: | Make fields from issues table available in overdues | ||
---|---|---|---|
Product: | Koha | Reporter: | Katrin Fischer <katrin.fischer> |
Component: | Notices | Assignee: | Sophie MEYNIEUX <sophie.meynieux> |
Status: | CLOSED FIXED | QA Contact: | Bugs List <koha-bugs> |
Severity: | enhancement | ||
Priority: | PATCH-Sent (DO NOT USE) | CC: | koha.sekjal, paul.poulain, sophie.meynieux |
Version: | 3.8 | ||
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: | |||
Attachments: |
Attachment to Bug 5607 - Make fields from issues table available in overdues
[SIGNED-OFF] BUG 5607 : Adds parsing of issues fields in overdue letters |
Description
Katrin Fischer
2011-01-11 16:30:48 UTC
Created attachment 6865 [details] [review] Attachment to Bug 5607 - Make fields from issues table available in overdues BUG 5607 : Adds parsing of issues fields in overdue letters Created attachment 6873 [details] [review] [SIGNED-OFF] BUG 5607 : Adds parsing of issues fields in overdue letters Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> Patch makes it possible to add fields from the issues table to overdue notices. Template used for testing: <item>"<<biblio.title>>" by <<biblio.author>>, <<items.itemcallnumber>>, Barcode: <<items.barcode>> , Checkout date: <<issues.issuedate>>, Due date: <<issues.date_due>> Fine: <fine>GBP</fine> Checkout date from items: <<items.onloan>></item> Possible improvements: - Dates are not formatted according to dateformat system preference Simple patch to add another table worth of parsed tokens. Itemnumber can be considered key on issues, since an item should never be checked out to two people at once. Marking Passed QA patch pushed, please test |