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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt (-2 / +1 lines)
Lines 875-881 Link Here
875
            // Get our data from the API and process it prior to passing
875
            // Get our data from the API and process it prior to passing
876
            // it to datatables
876
            // it to datatables
877
            var ajax = $.ajax(
877
            var ajax = $.ajax(
878
                '/api/v1/illrequests?embed=metadata,patron,capabilities,library'
878
                '/api/v1/illrequests?embed=metadata,patron,capabilities,library,status_alias'
879
                ).done(function() {
879
                ).done(function() {
880
                    var data = JSON.parse(ajax.responseText);
880
                    var data = JSON.parse(ajax.responseText);
881
                    // Make a copy, we'll be removing columns next and need
881
                    // Make a copy, we'll be removing columns next and need
882
- 

Return to bug 20750