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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/waitingreserves.tt (-3 / +2 lines)
Lines 137-145 Link Here
137
                            <div class="hint"
137
                            <div class="hint"
138
                                >Only items that need not be transferred will be cancelled
138
                                >Only items that need not be transferred will be cancelled
139
                                [% IF ( CAN_user_parameters_manage_sysprefs ) %]
139
                                [% IF ( CAN_user_parameters_manage_sysprefs ) %]
140
                                    (<a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=TransferWhenCancelAllWaitingHolds">TransferWhenCancelAllWaitingHolds syspref</a>)
140
                                    (<a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=TransferWhenCancelAllWaitingHolds">TransferWhenCancelAllWaitingHolds</a> system preference)
141
                                [% ELSE %]
141
                                [% ELSE %]
142
                                    (TransferWhenCancelAllWaitingHolds syspref)
142
                                    (TransferWhenCancelAllWaitingHolds system preference)
143
                                [% END %]
143
                                [% END %]
144
                            </div>
144
                            </div>
145
                        [% END %]
145
                        [% END %]
146
- 

Return to bug 39939