View | Details | Raw Unified | Return to bug 8868
Collapse All | Expand All

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/ilsdi.tt (-2 / +1 lines)
Lines 764-770 Link Here
764
                                    <dt><strong>patron_id</strong> (Required)</dt>
764
                                    <dt><strong>patron_id</strong> (Required)</dt>
765
                                    <dd>the unique patron identifier in the ILS; the same identifier returned by LookupPatron or AuthenticatePatron</dd>
765
                                    <dd>the unique patron identifier in the ILS; the same identifier returned by LookupPatron or AuthenticatePatron</dd>
766
                                    <dt><strong>item_id</strong> (Required)</dt>
766
                                    <dt><strong>item_id</strong> (Required)</dt>
767
                                    <dd>system item identifier</dd>
767
                                    <dd>system hold identifier (returned by GetRecords and GetPatronInfo into element 'reserve_id')</dd>
768
                                </dl>
768
                                </dl>
769
                                <h4>Example call</h4>
769
                                <h4>Example call</h4>
770
                                <a href="ilsdi.pl?service=CancelHold&amp;patron_id=1&amp;item_id=1">
770
                                <a href="ilsdi.pl?service=CancelHold&amp;patron_id=1&amp;item_id=1">
771
- 

Return to bug 8868