[Koha-bugs] [Bug 10663] Holds never block renewals

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Aug 15 13:08:09 CEST 2013


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

--- Comment #27 from M. de Rooy <m.de.rooy at rijksmuseum.nl> ---
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.


More information about the Koha-bugs mailing list