From 16da1d2631601975ed145d17e69e916199f7d216 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 --- 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 5570716f52..8276fb5df2 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.32.0