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

(-)a/koha-tmpl/intranet-tmpl/prog/js/holds.js (-2 / +1 lines)
Lines 3-9 function display_pickup_location (state) { Link Here
3
    if ( state.needs_override === true ) {
3
    if ( state.needs_override === true ) {
4
        $text = $(
4
        $text = $(
5
            '<span>' + state.text + '</span> <span style="float:right;" title="' +
5
            '<span>' + state.text + '</span> <span style="float:right;" title="' +
6
            _("This pickup location is not allowed according to circulation rules") +
6
            __("This pickup location is not allowed according to circulation rules") +
7
            '"><i class="fa fa-exclamation-circle" aria-hidden="true"></i></span>'
7
            '"><i class="fa fa-exclamation-circle" aria-hidden="true"></i></span>'
8
        );
8
        );
9
    }
9
    }
10
- 

Return to bug 29688