From 45ff2ef129ea8a52ad7d08a531aad6b3e1e665f3 Mon Sep 17 00:00:00 2001 From: Mason James Date: Wed, 26 Jul 2017 18:42:19 +1200 Subject: [PATCH] Bug 18931 - Follow up - Typo fix in template for holds Signed-off-by: Jonathan Druart --- koha-tmpl/intranet-tmpl/prog/en/modules/about.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt index 9a4e9176bd..e4fa6ed8d0 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt @@ -172,7 +172,7 @@ [% IF ai_holds %]

Holds

The following ids exist in both holds and old_reserves table: - [% FOR h IN ai_holds %][% h.issue_id %][% UNLESS loop.last %], [% END %][% END %]

+ [% FOR h IN ai_holds %][% h.reserve_id %][% UNLESS loop.last %], [% END %][% END %]

[% END %] [% END %] -- 2.11.0