From 10bb3dfdea20f0ee3cc888138be2c16153819334 Mon Sep 17 00:00:00 2001 From: =?utf8?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=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Joonas Kylmälä Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall --- 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 10e712f85e..c48987677e 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.39.2