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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt (-2 / +1 lines)
Lines 928-934 Link Here
928
            // Get our data from the API and process it prior to passing
928
            // Get our data from the API and process it prior to passing
929
            // it to datatables
929
            // it to datatables
930
            var ajax = $.ajax(
930
            var ajax = $.ajax(
931
                '/api/v1/illrequests?embed=metadata,patron,capabilities,library,status_alias,comments'
931
                '/api/v1/illrequests?embed=metadata,patron,capabilities,library,status_alias,comments,requested_partners'
932
                ).done(function() {
932
                ).done(function() {
933
                    var data = JSON.parse(ajax.responseText);
933
                    var data = JSON.parse(ajax.responseText);
934
                    // Make a copy, we'll be removing columns next and need
934
                    // Make a copy, we'll be removing columns next and need
935
- 

Return to bug 20563