Summary: | Add fines placeholders in notices to display fine information on notices | ||
---|---|---|---|
Product: | Koha | Reporter: | Liz Rea <wizzyrea> |
Component: | Notices | Assignee: | Bugs List <koha-bugs> |
Status: | CLOSED INVALID | QA Contact: | |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | wizzyrea |
Version: | 3.8 | ||
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: |
Description
Liz Rea
2012-03-13 16:51:57 UTC
Using the <item> syntax it is possible to output the fine for each item in the notice with the other item information: Example: <item><<biblio.title>>, Signatur: <<items.itemcallnumber>>, Barcode: <<items.barcode>>, Mahngebühr: <fine>EUR</fine></item> |