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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/member.tt (-17 lines)
Lines 291-312 Link Here
291
                    }
291
                    }
292
                });
292
                });
293
            });
293
            });
294
295
            [% IF searchmember %]
296
                $("#searchmember_filter").val("[% searchmember | html %]");
297
            [% END %]
298
            [% IF searchfieldstype %]
299
                $("searchfieldstype_filter").val("[% searchfieldstype | html %]");
300
            [% END %]
301
            [% IF searchtype %]
302
                $("#searchtype_filter option[value='[% searchtype | html %]']").prop("selected", true);
303
            [% END %]
304
            [% IF categorycode_filter %]
305
                $("#categorycode_filter").val("[% categorycode_filter | html %]");
306
            [% END %]
307
            [% IF branchcode_filter %]
308
                $("#branchcode_filter").val("[% branchcode_filter | html %]");
309
            [% END %]
310
        });
294
        });
311
295
312
        function patronListAdd(){
296
        function patronListAdd(){
313
- 

Return to bug 36334