From 33f2ab6061616c26445df44bdaf5efc3b540873e 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 Content-Type: text/plain; charset="utf-8" --- 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 63ae293..7a523ce 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt @@ -146,7 +146,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.1.4