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 790-796 Link Here
790
            <!-- /#hold-found1 -->
790
            <!-- /#hold-found1 -->
791
        [% END # /IF waiting %]
791
        [% END # /IF waiting %]
792
792
793
        [% IF (transfer || needstransfer) && !(reserved and !recalled and !waitingrecall) %]
793
        [% IF (transfer || needstransfer) && !waiting && !(reserved and !recalled and !waitingrecall) %]
794
            [% IF Koha.Preference('TransfersBlockCirc') %]
794
            [% IF Koha.Preference('TransfersBlockCirc') %]
795
                [% SET div_class='block' %]
795
                [% SET div_class='block' %]
796
            [% ELSE %]
796
            [% ELSE %]
797
- 

Return to bug 41679