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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/ilsdi.tt (-1 / +1 lines)
Lines 857-863 Link Here
857
                                    <li><a href="ilsdi.pl?service=Describe&amp;verb=HoldItem">HoldItem</a></li>
857
                                    <li><a href="ilsdi.pl?service=Describe&amp;verb=HoldItem">HoldItem</a></li>
858
                                    <li><a href="ilsdi.pl?service=Describe&amp;verb=CancelHold">CancelHold</a></li>
858
                                    <li><a href="ilsdi.pl?service=Describe&amp;verb=CancelHold">CancelHold</a></li>
859
                                    <li>RecallItem <em>(Not supported by Koha)</em></li>
859
                                    <li>RecallItem <em>(Not supported by Koha)</em></li>
860
                                    <li>RecallCancellation <em>(Not supported by Koha)</em></li>
860
                                    <li>CancelRecall <em>(Not supported by Koha)</em></li>
861
                                </ul>
861
                                </ul>
862
862
863
                                <h2>Level 4: Robust/domain specific discovery platforms</h2>
863
                                <h2>Level 4: Robust/domain specific discovery platforms</h2>
(-)a/opac/ilsdi.pl (-2 / +1 lines)
Lines 74-80 my @services = ( Link Here
74
    'CancelHold',
74
    'CancelHold',
75
75
76
    #	'RecallItem',                        # Not supported by Koha
76
    #	'RecallItem',                        # Not supported by Koha
77
    #	'RecallCancellation',                      # Not supported by Koha
77
    #	'CancelRecall',                      # Not supported by Koha
78
    #	Level 4: Robust/domain specific discovery platforms
78
    #	Level 4: Robust/domain specific discovery platforms
79
    #	'SearchCourseReserves',              # TODO
79
    #	'SearchCourseReserves',              # TODO
80
    #	'Explain'                            # TODO
80
    #	'Explain'                            # TODO
81
- 

Return to bug 30944