View | Details | Raw Unified | Return to bug 18931
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt (-2 / +1 lines)
Lines 146-152 Link Here
146
            [% IF ai_holds %]
146
            [% IF ai_holds %]
147
                <h4>Holds</h4>
147
                <h4>Holds</h4>
148
                <p>The following ids exist in both <strong>holds</strong> and <strong>old_reserves</strong> table:
148
                <p>The following ids exist in both <strong>holds</strong> and <strong>old_reserves</strong> table:
149
                [% FOR h IN ai_holds %][% h.issue_id %][% UNLESS loop.last %], [% END %][% END %]</p>
149
                [% FOR h IN ai_holds %][% h.reserve_id %][% UNLESS loop.last %], [% END %][% END %]</p>
150
            [% END %]
150
            [% END %]
151
        [% END %]
151
        [% END %]
152
152
153
- 

Return to bug 18931