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 |
- |
|
|