From 2ad832952ac7dd81d344328f8b311da7985e9067 Mon Sep 17 00:00:00 2001 From: Laura_Escamilla Date: Fri, 23 Jan 2026 19:01:24 +0000 Subject: [PATCH] Bug 33544: (QA follow-up) fixed misspelled attribute Signed-off-by: Laura_Escamilla --- koha-tmpl/intranet-tmpl/prog/js/ill-list-table.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/js/ill-list-table.js b/koha-tmpl/intranet-tmpl/prog/js/ill-list-table.js index de496ba95e..fa334ec82d 100644 --- a/koha-tmpl/intranet-tmpl/prog/js/ill-list-table.js +++ b/koha-tmpl/intranet-tmpl/prog/js/ill-list-table.js @@ -365,7 +365,7 @@ $(document).ready(function () { ) { display += ' Article author: ' + - display_extended_attribue( + display_extended_attribute( row, "article_author" ) + -- 2.39.5