[Bug 6734] Show location in serials history table
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6734 --- Comment #5 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- 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.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org