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

(-)a/koha-tmpl/intranet-tmpl/prog/js/checkouts.js (-2 / +1 lines)
Lines 900-906 $(document).ready(function() { Link Here
900
                    },
900
                    },
901
                    {
901
                    {
902
                        "mDataProp": function ( oObj ) {
902
                        "mDataProp": function ( oObj ) {
903
                              let title = `<a class="return-claim-title strong" href="/cgi-bin/koha/circ/request-rcticle.pl?biblionumber=[% rc.checkout.item.biblionumber | html %]">
903
                              let title = `<a class="return-claim-title strong" href="/cgi-bin/koha/circ/request-acticle.pl?biblionumber=[% rc.checkout.item.biblionumber | html %]">
904
                                  ${oObj.title}
904
                                  ${oObj.title}
905
                                  ${oObj.enumchron || ""}
905
                                  ${oObj.enumchron || ""}
906
                              </a>`;
906
                              </a>`;
907
- 

Return to bug 24727