http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9083
Priority: P5 - low
Change sponsored?: ---
Bug ID: 9083
Assignee: [email protected]
Summary: <<items.content>> in checkin/checkout notices does
nothing
Severity: minor
Classification: Unclassified
OS: All
Reporter: [email protected]
Hardware: All
Status: NEW
Version: master
Component: Notices
Product: Koha
As I understand it, the checkout and checkin notices use 'repetition markers'
to generate a list of item/title information to display in the notice.
The list of fields in the notice editor includes <<items.content>> as an
option. If this is not supported it should be removed.
For testing I used following paragraph in my notice templates:
----
BIBLIO/BIBLIOITEMS
title <<biblio.title>>
frameworkcode <<biblio.frameworkcode>>
author <<biblio.author>>
biblionumber <<biblioitems.biblionumber>>
itemtype <<biblioitems.itemtype>>
isbn <<biblioitems.isbn>>
issn <<biblioitems.issn>>
publishercode <<biblioitems.publishercode>>
editionstatement <<biblioitems.editionstatement>>
editionresponsibility <<biblioitems.editionresponsibility>>
pages <<biblioitems.pages>>
notes <<biblioitems.notes>>
url <<biblioitems.url>>
ITEMSCONTENT
<<items.content>>
ITEMS
date due <<old_issues.date_due>>
branchcode <<old_issues.branchcode>>
returndate <<old_issues.returndate>>
issuedate <<old_issues.issuedate>>
----
No information was output between ITEMSCONTENT and ITEMS.
--
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/