http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9303 --- Comment #208 from Martin Renvoize <martin.renvoize@ptfs-europe.com> --- Comment on attachment 37112 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=37112 Bug 9303 [3] - relative's checkouts in the opac Review of attachment 37112: --> (http://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=9303&attachment=37112) ----------------------------------------------------------------- Generally looks good to me.. just these two minor comments? ::: koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt @@ +1,3 @@
[% USE Koha %] [% USE KohaDates %] +[% USE Koha %]
There's another USE Koha just above here already ;) ::: koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt @@ +133,4 @@
[% IF ( show_barcode ) %] <th>Barcode</th> [% END %] + <th>Call number</th>
Did you mean to make this string change here? @@ +423,4 @@
<th class="anti-the">Title</th> [% UNLESS ( item_level_itypes ) %]<th>Item type</th> [% END %] [% IF ( show_barcode ) %]<th>Barcode</th>[% END %] + <th>Call number</th>
Did you mean to make this string change here? -- You are receiving this mail because: You are watching all bug changes.