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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/item-status.inc (-2 lines)
Lines 79-85 Link Here
79
        [% IF Koha.Preference('canreservefromotherbranches') %]
79
        [% IF Koha.Preference('canreservefromotherbranches') %]
80
            <span class="item-status holdfor">Hold for: [% INCLUDE 'patron-title.inc' patron=hold.borrower hide_patron_infos_if_needed=1 %]</span>
80
            <span class="item-status holdfor">Hold for: [% INCLUDE 'patron-title.inc' patron=hold.borrower hide_patron_infos_if_needed=1 %]</span>
81
        [% END %]
81
        [% END %]
82
    </span>
83
[% END %]
82
[% END %]
84
83
85
[% IF ( itemavailable ) %]
84
[% IF ( itemavailable ) %]
86
- 

Return to bug 38713