From 5bbd125348212c2af83c126bdce8ce867f30eddf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joonas=20Kylm=C3=A4l=C3=A4?= Date: Sat, 25 Sep 2021 11:15:08 +0000 Subject: [PATCH] Bug 29049: (QA follow-up) Initialize uninitialized variable to prevent warning MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Joonas Kylmälä --- koha-tmpl/intranet-tmpl/prog/en/includes/holds_table.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/holds_table.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/holds_table.inc index 5036c57203..daf50d69a7 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/holds_table.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/holds_table.inc @@ -22,6 +22,7 @@   [%- SET first_priority = 0 -%] + [%- SET found_holds = 0 -%] [%- SET last_priority = holds.last.priority -%] [% BLOCK priority_dropdown %] -- 2.20.1