@@ -, +, @@ --- koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt @@ -87,11 +87,6 @@ '' : ''; }; - // Our 'render' function for the library name - var createLibrary = function(data, type, row) { - return row.library.branchname; - }; - // Render function for request ID var createRequestId = function(data, type, row) { return row.id_prefix + row.illrequest_id; @@ -164,14 +159,12 @@ status: { func: createStatus }, -<<<<<<< HEAD biblio_id: { name: _("Bibliograpic record ID"), func: createBiblioLink -======= + }, metadata_Medium: { func: createType ->>>>>>> Bug 21063: Add ability to show / hide columns }, metadata_Type: { func: createType --