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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/search.tt (-2 / +1 lines)
Lines 141-147 Link Here
141
        }, {});
141
        }, {});
142
142
143
        [% IF Koha.Preference('ExtendedPatronAttributes') %]
143
        [% IF Koha.Preference('ExtendedPatronAttributes') %]
144
            let extended_attribute_types = [% To.json(attribute_type_codes) | $raw %];
144
            let extended_attribute_types = [% To.json(attribute_type_codes || []) | $raw %];
145
        [% END %]
145
        [% END %]
146
    </script>
146
    </script>
147
    [% INCLUDE 'datatables.inc' %]
147
    [% INCLUDE 'datatables.inc' %]
148
- 

Return to bug 30055