https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6734
--- Comment #5 from Katrin Fischer <[email protected]> --- Comment on attachment 129118 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=129118 Bug 6734: Show location in serials history table Review of attachment 129118: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=6734&attachment=129118) ----------------------------------------------------------------- ::: koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-serial-issues.tt @@ +132,5 @@ > [% END %] > > <h3>[% subscription_LOO.branchname | > html %]</h3> > + [% IF ( subscription_LOO.location ) %] > + <p>Location : <em>[% > AuthorisedValues.GetByCode( 'LOC', subscription_LOO.location, 1 ) | html | > html_line_break %]</em></p> I believe the html_line_break is not needed here as every subscription can only have one location assigned and there should not be any line breaks to convert. -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
