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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/js-patron-format.inc (-1 / +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 %s".format(patron.library.name));
41
            }
41
            }
42
42
43
            if ( config && config.hide_patron_name ) {
43
            if ( config && config.hide_patron_name ) {
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc (-2 / +1 lines)
Lines 381-387 Link Here
381
                [% default_sort_column = "name" %]
381
                [% default_sort_column = "name" %]
382
            [% END %]
382
            [% END %]
383
            [% SET order_column_index = 0 %]
383
            [% SET order_column_index = 0 %]
384
            [% SET embed = ['extended_attributes'] %]
384
            [% SET embed = ['extended_attributes','library'] %]
385
            patrons_table = $("#[% table_id | html %]").kohaTable({
385
            patrons_table = $("#[% table_id | html %]").kohaTable({
386
                "ajax": {
386
                "ajax": {
387
                    "url": patron_search_url,
387
                    "url": patron_search_url,
388
- 

Return to bug 37368