Lines 193-199
Link Here
|
193 |
<td>[% checkout.item.home_branch.branchname | html %]</td> |
193 |
<td>[% checkout.item.home_branch.branchname | html %]</td> |
194 |
<td data-order="[% checkout.issuedate | html %]">[% checkout.issuedate | $KohaDates %]</td> |
194 |
<td data-order="[% checkout.issuedate | html %]">[% checkout.issuedate | $KohaDates %]</td> |
195 |
<td>[% Branches.GetName( checkout.branchcode ) | html %]</td> |
195 |
<td>[% Branches.GetName( checkout.branchcode ) | html %]</td> |
196 |
<td data-order="[% new_due_dates.shift | html %]"> [% new_due_dates.shift | $KohaDates as_due_date => 1 %] </td> |
196 |
<td data-order="[% new_due_dates.0 | html %]"> [% new_due_dates.shift | $KohaDates as_due_date => 1 %] </td> |
197 |
</tr> |
197 |
</tr> |
198 |
[% END %] |
198 |
[% END %] |
199 |
</tbody> |
199 |
</tbody> |
200 |
- |
|
|