Lines 9-14
Link Here
|
9 |
[% USE ItemTypes %] |
9 |
[% USE ItemTypes %] |
10 |
[% USE Price %] |
10 |
[% USE Price %] |
11 |
[% USE AuthorisedValues %] |
11 |
[% USE AuthorisedValues %] |
|
|
12 |
[% PROCESS 'i18n.inc' %] |
12 |
[% SET footerjs = 1 %] |
13 |
[% SET footerjs = 1 %] |
13 |
[% INCLUDE 'doc-head-open.inc' %] |
14 |
[% INCLUDE 'doc-head-open.inc' %] |
14 |
[% Asset.css("lib/jquery/plugins/rowGroup/stylesheets/rowGroup.dataTables.min.css") | $raw %] |
15 |
[% Asset.css("lib/jquery/plugins/rowGroup/stylesheets/rowGroup.dataTables.min.css") | $raw %] |
Lines 773-779
Link Here
|
773 |
|
774 |
|
774 |
[% IF ( issue ) %] |
775 |
[% IF ( issue ) %] |
775 |
<div class="lastchecked"> |
776 |
<div class="lastchecked"> |
776 |
<p><strong>Checked out: </strong>[% issue.item.biblio.title | html %] ([% issue.item.barcode | html %]). Due on [% issue.date_due | $KohaDates as_due_date => 1 %]</p> |
777 |
<p> |
|
|
778 |
<strong>Checked out: </strong> |
779 |
[% issue.item.biblio.title | html %] ([% issue.item.barcode | html %]). |
780 |
|
781 |
[% IF issue.item.is_bundle %] |
782 |
[% SET bundle_items_count = issue.item.bundle_items.count %] |
783 |
[% tnx('Bundle of {count} item', 'Bundle of {count} items', bundle_items_count, { count = bundle_items_count }) | html %]. |
784 |
[% END %] |
785 |
|
786 |
Due on [% issue.date_due | $KohaDates as_due_date => 1 %] |
787 |
</p> |
777 |
</div> |
788 |
</div> |
778 |
[% END %] |
789 |
[% END %] |
779 |
</form> <!-- /#mainform --> |
790 |
</form> <!-- /#mainform --> |
780 |
- |
|
|