Lines 582-588
Link Here
|
582 |
[% IF ( onloan_items_loo.itemcallnumber ) %] |
582 |
[% IF ( onloan_items_loo.itemcallnumber ) %] |
583 |
[<a href="/cgi-bin/koha/catalogue/search.pl?idx=callnum&q=%22[% onloan_items_loo.itemcallnumber |uri %]%22">[% onloan_items_loo.itemcallnumber | html %]</a>] |
583 |
[<a href="/cgi-bin/koha/catalogue/search.pl?idx=callnum&q=%22[% onloan_items_loo.itemcallnumber |uri %]%22">[% onloan_items_loo.itemcallnumber | html %]</a>] |
584 |
[% END %] |
584 |
[% END %] |
585 |
([% onloan_items_loo.count | html %][% IF ( onloan_items_loo.longoverdue ) %], [% onloan_items_loo.longoverdue | html %] long overdue[% END %]) date due: [% onloan_items_loo.due_date | $KohaDates %] |
585 |
([% onloan_items_loo.count | html %] |
|
|
586 |
[% IF onloan_items_loo.lost %], |
587 |
[% FOR lost_av IN onloan_items_loo.lost.keys -%] |
588 |
[%- onloan_items_loo.lost.$lost_av | html %] [% AuthorisedValues.GetByCode( 'LOST', lost_av ) | html -%] |
589 |
[%- UNLESS loop.last %], [% END -%] |
590 |
[%- END -%] |
591 |
[%- END -%]) date due: [% onloan_items_loo.due_date | $KohaDates %] |
586 |
[% IF item_level_itypes && onloan_items_loo.description %] |
592 |
[% IF item_level_itypes && onloan_items_loo.description %] |
587 |
<br/>[% onloan_items_loo.description | html %] |
593 |
<br/>[% onloan_items_loo.description | html %] |
588 |
[% END %] |
594 |
[% END %] |
589 |
- |
|
|