http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11250 --- Comment #8 from Joonas Kylmälä <j.kylmala@gmail.com> --- M. Tompsett: Still don't get what do you mean. What do you mean by "but eventually some may". And what is the thing you're trying to say with that there is a difference between none_available and "{item} is not allowed to be placed on hold"? Or if you could rephrase the thing what you suggested to be done here: ::: koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt @@ +309,5 @@
+ <li><a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% borrowernumber %]">[% borrowerfirstname %] [% borrowersurname %]</a> <strong>already has a hold</strong> on this item </li> + [% ELSIF ( ageRestricted ) %] + <li><strong>Age restricted</strong></li> + [% ELSIF ( none_available ) %] + <li> <strong>No items are available</strong> to be placed on hold</li>
-- You are receiving this mail because: You are watching all bug changes.