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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/js-patron-format.inc (-2 / +1 lines)
Lines 37-43 Link Here
37
            }
37
            }
38
38
39
            if ( name.replace(' ', '').length == 0 ) {
39
            if ( name.replace(' ', '').length == 0 ) {
40
                return _("A patron from library %s".format(patron.library.name));
40
                return _("A patron from library %s".format(patron.library_id));
41
            }
41
            }
42
42
43
            if ( config && config.hide_patron_name ) {
43
            if ( config && config.hide_patron_name ) {
44
- 

Return to bug 37368