Lines 121-127
Link Here
|
121 |
[% END %] |
121 |
[% END %] |
122 |
[% FOREACH header IN item_header_loop %] |
122 |
[% FOREACH header IN item_header_loop %] |
123 |
[% SET attribute = header.attribute %] |
123 |
[% SET attribute = header.attribute %] |
124 |
[% IF header.attribute AND date_fields.grep(attribute).size %] |
124 |
[% IF header.attribute AND date_fields.grep('^' _ attribute _ '$').size %] |
125 |
<td data-order="[% item.$attribute | html %]">[% item.$attribute | $KohaDates %]</td> |
125 |
<td data-order="[% item.$attribute | html %]">[% item.$attribute | $KohaDates %]</td> |
126 |
[% ELSE %] |
126 |
[% ELSE %] |
127 |
<td>[% item.$attribute | html %]</td> |
127 |
<td>[% item.$attribute | html %]</td> |
128 |
- |
|
|