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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt (-2 / +1 lines)
Lines 792-798 Link Here
792
            <!-- /#hold-found1 -->
792
            <!-- /#hold-found1 -->
793
        [% END # /IF waiting %]
793
        [% END # /IF waiting %]
794
794
795
        [% IF (transfer || needstransfer) && !(reserved and !recalled and !waitingrecall) %]
795
        [% IF (transfer || needstransfer) && !waiting && !(reserved and !recalled and !waitingrecall) %]
796
            [% IF Koha.Preference('TransfersBlockCirc') %]
796
            [% IF Koha.Preference('TransfersBlockCirc') %]
797
                [% SET div_class='block' %]
797
                [% SET div_class='block' %]
798
            [% ELSE %]
798
            [% ELSE %]
799
- 

Return to bug 41679