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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc (-2 / +1 lines)
Lines 225-231 Link Here
225
225
226
    <script>
226
    <script>
227
        [% SET libraries = Branches.all %]
227
        [% SET libraries = Branches.all %]
228
        [% SET categories = Categories.limited.unblessed %]
228
        [% SET categories = Categories.all.unblessed %]
229
        var categories = [% To.json(categories) | $raw %].map(e => {
229
        var categories = [% To.json(categories) | $raw %].map(e => {
230
            e['_id'] = e.categorycode.toLowerCase();
230
            e['_id'] = e.categorycode.toLowerCase();
231
            e['_str'] = e.description;
231
            e['_str'] = e.description;
232
- 

Return to bug 34147