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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/recalls/request.tt (-1 / +1 lines)
Lines 192-198 Link Here
192
192
193
        [% IF Koha.Preference('RecallsInterface') == 'opac' %]
193
        [% IF Koha.Preference('RecallsInterface') == 'opac' %]
194
        <div class="dialog alert">
194
        <div class="dialog alert">
195
            Due to the <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=RecallsInterface">RecallsInterface system preference</a>, recalls cannot be placed through the staff client.
195
            Due to the <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=RecallsInterface">RecallsInterface</a> system preference, recalls cannot be placed through the staff interface.
196
        </div>
196
        </div>
197
        [% ELSE %]
197
        [% ELSE %]
198
198
(-)a/t/db_dependent/Holds.t (-2 / +1 lines)
Lines 7-13 use t::lib::TestBuilder; Link Here
7
7
8
use C4::Context;
8
use C4::Context;
9
9
10
use Test::More tests => 76;
10
use Test::More tests => 77;
11
use Test::Exception;
11
use Test::Exception;
12
12
13
use MARC::Record;
13
use MARC::Record;
14
- 

Return to bug 31391