[Bug 5606] New: items information in overdues should work with line breaks
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5606 Summary: items information in overdues should work with line breaks Change sponsored?: --- Product: Koha Version: rel_3_2 Platform: All OS/Version: All Status: NEW Severity: minor Priority: P5 Component: Notices AssignedTo: cnighswonger@foundations.edu ReportedBy: katrin.fischer@bsz-bw.de QAContact: koha-bugs@lists.koha-community.org Estimated Hours: 0.0 In order to print item information in overdue notices you can use the <items></items> syntax. At the moment all information within those tags has to be on one line to make it output all overdue items. If you have a line break somewhere, only the 1st item will be printed to the overdue notice. Line breaks would allow for more flexible formatting of the information. Examples: Works perfectly: <item><<biblio.title>> <<biblio.author>>, Callnumber: <<items.itemcallnumber>> Barcode: <<items.barcode>> Fine: <fine>EUR</fine></item> Will result in output of only 1 item: <item> <<biblio.title>> <<biblio.author>>, Callnumber: <<items.itemcallnumber>> Barcode: <<items.barcode>> Fine: <fine>EUR</fine> </item> -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5606 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|rel_3_2 |master -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5606 Dobrica Pavlinusic <dpavlin@rot13.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dpavlin@rot13.org Version|master |3.6 -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5606 --- Comment #1 from Dobrica Pavlinusic <dpavlin@rot13.org> --- It seems to me that this multi-line problem was fixed since this bug was reported. -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5606 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Version|3.6 |master Resolution|--- |FIXED --- Comment #2 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- I saw it working for Dobrica - I believe it's save to mark this resolved. -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org