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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt (-9 / +1 lines)
Lines 87-97 Link Here
87
                '</a>' : '';
87
                '</a>' : '';
88
        };
88
        };
89
89
90
        // Our 'render' function for the library name
91
        var createLibrary = function(data, type, row) {
92
            return row.library.branchname;
93
        };
94
95
        // Render function for request ID
90
        // Render function for request ID
96
        var createRequestId = function(data, type, row) {
91
        var createRequestId = function(data, type, row) {
97
            return row.id_prefix + row.illrequest_id;
92
            return row.id_prefix + row.illrequest_id;
Lines 164-177 Link Here
164
            status: {
159
            status: {
165
                func: createStatus
160
                func: createStatus
166
            },
161
            },
167
<<<<<<< HEAD
168
            biblio_id: {
162
            biblio_id: {
169
                name: _("Bibliograpic record ID"),
163
                name: _("Bibliograpic record ID"),
170
                func: createBiblioLink
164
                func: createBiblioLink
171
=======
165
            },
172
            metadata_Medium: {
166
            metadata_Medium: {
173
                func: createType
167
                func: createType
174
>>>>>>> Bug 21063: Add ability to show / hide columns
175
            },
168
            },
176
            metadata_Type: {
169
            metadata_Type: {
177
                func: createType
170
                func: createType
178
- 

Return to bug 21063