http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10663

--- Comment #27 from M. de Rooy <[email protected]> ---
The circulation.tt template also contains another problem: If I cannot renew
because of a hold, it should still be possible to check in the item. But this
is not possible due to the same condition used:

            [% IF ( todayissue.renew_error_on_reserve ) %]
               <td><a href="/cgi-bin/koha/reserve/request.pl?biblionumber=[%
todayissue.biblionumber %]">On hold</a>
                <input type="checkbox" name="all_barcodes[]" value="[%
todayissue.barcode %]" checked="checked" style="display: none;" />
                </td>
            [% ELSE %]
            <td><input type="checkbox" class="radio" name="barcodes[]" 
value="[% todayissue.barcode %]" />
                <input type="checkbox" name="all_barcodes[]" value="[%
todayissue.barcode %]" checked="checked" style="display: none;" />
            </td>
            [% END %]

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://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/

Reply via email to