// Render function for request ID
var createRequestId = function(data, type, row) {
return row.id_prefix + row.illrequest_id;
return '<a href="/cgi-bin/koha/ill/ill-requests.pl?method=illview&illrequest_id=' + row.illrequest_id + '">' + row.id_prefix + row.illrequest_id + '</a>';
};
// Render function for batch
skipSanitize: true
},
illrequest_id: {
func: createRequestId
func: createRequestId,
status: {
func: createStatus
-