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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/notices.tt (-2 / +1 lines)
Lines 115-121 Link Here
115
                                                    [% notice.status | html %]
115
                                                    [% notice.status | html %]
116
                                                [% END %]
116
                                                [% END %]
117
                                            </td>
117
                                            </td>
118
                                            <td data-order="[% noice.updated_on | html %]">[% notice.updated_on | $KohaDates with_hours = 1 %]</td>
118
                                            <td data-order="[% notice.updated_on | html %]">[% notice.updated_on | $KohaDates with_hours = 1 %]</td>
119
                                            <td>
119
                                            <td>
120
                                                [% IF ( notice.failure_code ) %]
120
                                                [% IF ( notice.failure_code ) %]
121
                                                    [% IF ( notice.failure_code == "INVALID_BORNUMBER" ) %]
121
                                                    [% IF ( notice.failure_code == "INVALID_BORNUMBER" ) %]
122
- 

Return to bug 33260