@@ -, +, @@ list of titles in staff client - Add mulitple records to a course reserve course Make sure you have titles with different combinations of 245$b$n$p - Look at the course details in the staff client - Verify only $a displays - Apply patch - Reload - Verify now the full information displays Depending on your installation, you might want ot check that the 245 are correctly mapped and save the record once so the database fields are correctly filled. --- .../intranet-tmpl/prog/en/modules/course_reserves/course-details.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course-details.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course-details.tt @@ -95,7 +95,7 @@ [% FOREACH cr IN course_reserves %] - [% cr.biblio.title | html %] + [% INCLUDE 'biblio-title.inc' biblio=cr.biblio %] [% cr.biblio.author | html %] [% cr.item.barcode | html %] [% cr.item.itemcallnumber | html %] --