From 84e142afd1458ed8ea591db0fc58748235ca0bd9 Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Mon, 13 Dec 2021 10:40:18 -0300 Subject: [PATCH] Bug 29688: Incorrect use of _() in holds.js Bug 29404 moved code from request.tt into holds.js, and I didn't know about the _() vs. __(). This patch fixes that. Signed-off-by: Tomas Cohen Arazi Signed-off-by: Katrin Fischer Signed-off-by: Fridolin Somers Signed-off-by: Kyle M Hall --- koha-tmpl/intranet-tmpl/prog/js/holds.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/js/holds.js b/koha-tmpl/intranet-tmpl/prog/js/holds.js index f3930487c8..c7a45c7c5f 100644 --- a/koha-tmpl/intranet-tmpl/prog/js/holds.js +++ b/koha-tmpl/intranet-tmpl/prog/js/holds.js @@ -3,7 +3,7 @@ function display_pickup_location (state) { if ( state.needs_override === true ) { $text = $( '' + state.text + ' ' ); } -- 2.20.1