Lines 143-151
Link Here
|
143 |
<td>[% checkout.current.item.home_branch.branchname | html %]</td> |
143 |
<td>[% checkout.current.item.home_branch.branchname | html %]</td> |
144 |
<td>[% checkout.current.issuedate | $KohaDates %]</td> |
144 |
<td>[% checkout.current.issuedate | $KohaDates %]</td> |
145 |
<td>[% Branches.GetName( checkout.current.branchcode ) | html %]</td> |
145 |
<td>[% Branches.GetName( checkout.current.branchcode ) | html %]</td> |
146 |
<td> |
146 |
<td>[% checkout.updated.date_due | $KohaDates %]</td> |
147 |
[% checkout.updated.date_due | $KohaDates as_due_date => 1 %] |
|
|
148 |
</td> |
149 |
</tr> |
147 |
</tr> |
150 |
[% END %] |
148 |
[% END %] |
151 |
</tbody> |
149 |
</tbody> |
152 |
- |
|
|