Bug 18931 - Follow up - Typo fix in template for holds
authorMason James <mtj@kohaaloha.com>
Wed, 26 Jul 2017 06:42:19 +0000 (18:42 +1200)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 26 Jul 2017 16:50:57 +0000 (13:50 -0300)
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
koha-tmpl/intranet-tmpl/prog/en/modules/about.tt

index 9a4e917..e4fa6ed 100644 (file)
             [% IF ai_holds %]
                 <h4>Holds</h4>
                 <p>The following ids exist in both <strong>holds</strong> and <strong>old_reserves</strong> table:
-                [% FOR h IN ai_holds %][% h.issue_id %][% UNLESS loop.last %], [% END %][% END %]</p>
+                [% FOR h IN ai_holds %][% h.reserve_id %][% UNLESS loop.last %], [% END %][% END %]</p>
             [% END %]
         [% END %]