Hi, Is in KOHA an option to do reserve a specific copy from opac-detail.pl in table Holdings? greets -- View this message in context: http://koha.1045719.n5.nabble.com/Place-hold-in-opac-detail-pl-tp5729488.htm... Sent from the Koha-general mailing list archive at Nabble.com.
I think what you want is to set the OPACItemHolds (http://manual.koha-community.org/3.8/en/administration.html#OPACItemHolds) preference to 'allow'. Nicole On Fri, Oct 12, 2012 at 7:54 AM, kamild <smichaelxx@tlen.pl> wrote:
Hi, Is in KOHA an option to do reserve a specific copy from opac-detail.pl in table Holdings?
greets
-- View this message in context: http://koha.1045719.n5.nabble.com/Place-hold-in-opac-detail-pl-tp5729488.htm... Sent from the Koha-general mailing list archive at Nabble.com. _______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
Hi And what about more than 1 specific copy. How is that going? __________________________ Cecil Hillyard Washoe County Library -Tel: 775-327-8338 or 7750-327-8330 fax: 775-327-8334 -----Original Message----- From: koha-bounces@lists.katipo.co.nz [mailto:koha-bounces@lists.katipo.co.nz] On Behalf Of kamild Sent: Friday, October 12, 2012 4:55 AM To: koha@lists.katipo.co.nz Subject: [Koha] Place hold in opac-detail.pl Hi, Is in KOHA an option to do reserve a specific copy from opac-detail.pl in table Holdings? greets -- View this message in context: http://koha.1045719.n5.nabble.com/Place-hold-in-opac-detail-pl-tp5729488.htm... Sent from the Koha-general mailing list archive at Nabble.com. _______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
It needs sign off: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7710 Nicole On Fri, Oct 12, 2012 at 11:16 AM, Hillyard, Cecil <CHillyard@washoecounty.us> wrote:
Hi
And what about more than 1 specific copy. How is that going?
__________________________ Cecil Hillyard Washoe County Library -Tel: 775-327-8338 or 7750-327-8330 fax: 775-327-8334
-----Original Message----- From: koha-bounces@lists.katipo.co.nz [mailto:koha-bounces@lists.katipo.co.nz] On Behalf Of kamild Sent: Friday, October 12, 2012 4:55 AM To: koha@lists.katipo.co.nz Subject: [Koha] Place hold in opac-detail.pl
Hi, Is in KOHA an option to do reserve a specific copy from opac-detail.pl in table Holdings?
greets
-- View this message in context: http://koha.1045719.n5.nabble.com/Place-hold-in-opac-detail-pl-tp5729488.htm... Sent from the Koha-general mailing list archive at Nabble.com. _______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
_______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
Hi, Thanks very much for your interest a problem. I think abotu reserve from details a specific copy. I do somthing like this <http://koha.1045719.n5.nabble.com/file/n5729706/egz.jpg> but Perl is not my strong side. I add to opac-detail.tt <form action="/cgi-bin/koha/opac-reserve.pl" method="post" id="hold-request-form"> <input type="hidden" name="place_reserve" value="1"/> <input type="hidden" name="biblionumbers" id="biblionumbers"/> <input type="hidden" name="selecteditems" id="selections"/> <input class="reserve_mode" name="reserve_mode" type="hidden" value="multi"/> <input class="single_bib" name="single_bib" type="hidden" value="[% biblionumber %]"/> <input id="reqspecific_[% biblionumber %]" class="selectspecific" type="hidden" checked value="Specific" name="reqtype_[% biblionumber %]"> <input type="hidden" class="checkitem checkitem_[% biblionumber %]" name="checkitem_[% biblionumber %]" value="[% ITEM_RESULT.itemnumber %]" /> <input value="Place Hold" type="submit" class="placehold" /></form> Maybe someone is able to help? thx -- View this message in context: http://koha.1045719.n5.nabble.com/Place-hold-in-opac-detail-pl-tp5729488p572... Sent from the Koha-general mailing list archive at Nabble.com.
participants (3)
-
Hillyard, Cecil -
kamild -
Nicole Engard