http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6353
--- Comment #6 from Katrin Fischer <[email protected]> 2011-05-19 20:58:30 UTC --- Hi Janusz, I can't test the part on reserve.tt because it applies to item level holds - which are currently broken. See here from the code: [% IF ( OPACItemHolds ) %] [% IF ( bibitemloo.holdable ) %] <tr class="copiesrow" id="copiesrow_[% bibitemloo.biblionumber %]"> <td colspan="1"> </td> <td colspan="[% bibitemloo.itemtable_colspan %]"> <table> <caption>Select a specific copy:</caption> <tr> <th>Copy</th> [% IF ( item_level_itypes ) %] <th>Item Type</th> [% END %] <th>Barcode</th> line you fixed > [% UNLESS ( bibitemloo.singleBranchMode ) %] <th>Home Library</th> <th>Last Location</th> I believe your patch works, but at the moment I can't test properly. I tried to sign off the fix for item level holds, but ran into some problems. Hope that explains. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. _______________________________________________ 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/
