From 793ac4ef4a77d8b9d05195afc8988836a8e5686f Mon Sep 17 00:00:00 2001 From: Victor Grousset/tuxayo Date: Mon, 19 Jun 2023 00:39:19 +0200 Subject: [PATCH] Bug 31082: (follow-up) same for "remove" action button on bundle item list --- koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt index 013dac0d76..bbea3ed296 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt @@ -1911,7 +1911,7 @@ "data": function( row, type, val, meta ) { var result; if (duedate) { - result = '\n'; + result = '\n'; } else { result = '\n'; } -- 2.41.0