View | Details | Raw Unified | Return to bug 15922
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt (-4 / +4 lines)
Lines 3-8 Link Here
3
[% USE Biblio %]
3
[% USE Biblio %]
4
[% USE KohaDates %]
4
[% USE KohaDates %]
5
[% SET footerjs = 1 %]
5
[% SET footerjs = 1 %]
6
[% USE AuthorisedValues %]
6
[% IF BiblioDefaultViewmarc %]
7
[% IF BiblioDefaultViewmarc %]
7
    [% SET DetailPage="MARCdetail.pl" %]
8
    [% SET DetailPage="MARCdetail.pl" %]
8
[% ELSIF BiblioDefaultViewlabeled_marc %]
9
[% ELSIF BiblioDefaultViewlabeled_marc %]
Lines 546-554 Link Here
546
                                        [% IF ( other_items_loo.branchname ) %][% other_items_loo.branchname %][% END %]
547
                                        [% IF ( other_items_loo.branchname ) %][% other_items_loo.branchname %][% END %]
547
                                        [% IF ( other_items_loo.location ) %][% other_items_loo.location %][% END %]
548
                                        [% IF ( other_items_loo.location ) %][% other_items_loo.location %][% END %]
548
                                        [% IF ( other_items_loo.itemcallnumber ) %][<a href="/cgi-bin/koha/catalogue/search.pl?idx=callnum&amp;q=%22[% other_items_loo.itemcallnumber |uri %]%22">[% other_items_loo.itemcallnumber %]</a>][% END %]
549
                                        [% IF ( other_items_loo.itemcallnumber ) %][<a href="/cgi-bin/koha/catalogue/search.pl?idx=callnum&amp;q=%22[% other_items_loo.itemcallnumber |uri %]%22">[% other_items_loo.itemcallnumber %]</a>][% END %]
549
                                        [% IF ( other_items_loo.withdrawn ) %](Withdrawn)[% END %]
550
                                        [% IF ( other_items_loo.withdrawn ) %]([% AuthorisedValues.GetByCode( 'WITHDRAWN', other_items_loo.withdrawn ) %])[% END %]
550
                                        [% IF ( other_items_loo.itemlost ) %](Lost)[% END %]
551
                                        [% IF ( other_items_loo.itemlost ) %]([% AuthorisedValues.GetByCode( 'LOST', other_items_loo.itemlost ) %])[% END %]
551
                                        [% IF ( other_items_loo.damaged ) %](Damaged)[% END %]
552
                                        [% IF ( other_items_loo.damaged ) %]([% AuthorisedValues.GetByCode( 'DAMAGED', other_items_loo.damaged ) %])[% END %]
552
                                        [% IF ( other_items_loo.intransit ) %](In transit)[% END %]
553
                                        [% IF ( other_items_loo.intransit ) %](In transit)[% END %]
553
                                        [% IF ( other_items_loo.onhold ) %](On hold)[% END %]
554
                                        [% IF ( other_items_loo.onhold ) %](On hold)[% END %]
554
                                        [% IF ( other_items_loo.notforloan ) %][% other_items_loo.notforloan %][% END %]
555
                                        [% IF ( other_items_loo.notforloan ) %][% other_items_loo.notforloan %][% END %]
555
- 

Return to bug 15922