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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/js-patron-format.inc (-2 / +1 lines)
Lines 9-15 Link Here
9
        */
9
        */
10
        window.$patron_to_html = function( patron, config ) {
10
        window.$patron_to_html = function( patron, config ) {
11
11
12
            if ( patron === undefined ) {
12
            if ( patron == null ) {
13
                return ''; // empty string for no patron
13
                return ''; // empty string for no patron
14
            }
14
            }
15
15
16
- 

Return to bug 33504