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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/holds_table.inc (-2 / +1 lines)
Lines 105-111 Link Here
105
                [% INCLUDE 'patron-title.inc' patron=hold.patron hide_patron_infos_if_needed=1 %]
105
                [% INCLUDE 'patron-title.inc' patron=hold.patron hide_patron_infos_if_needed=1 %]
106
            </td>
106
            </td>
107
107
108
            <td>[% hold.notes | html %]</td>
108
            <td>[% hold.notes | $raw %]</td>
109
            <td>[% hold.date | html %]</td>
109
            <td>[% hold.date | html %]</td>
110
            <td>[% hold.expirationdate | html %]</td>
110
            <td>[% hold.expirationdate | html %]</td>
111
111
112
- 

Return to bug 22341