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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc (-2 / +1 lines)
Lines 208-214 Link Here
208
[% BLOCK patron_search_js %]
208
[% BLOCK patron_search_js %]
209
209
210
    [% IF redirect_if_one_result && !redirect_url %]
210
    [% IF redirect_if_one_result && !redirect_url %]
211
        <script>console.log("Wrong call of patron_searh_js - missing redirect_url");</script>
211
        <script>console.log("Wrong call of patron_search_js - missing redirect_url");</script>
212
    [% END %]
212
    [% END %]
213
213
214
    [% INCLUDE 'select2.inc' %]
214
    [% INCLUDE 'select2.inc' %]
215
- 

Return to bug 34092