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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/clubs/clubs.tt (-2 / +1 lines)
Lines 173-179 Link Here
173
            });
173
            });
174
174
175
            $("body").on("click", ".club_hold_search", function (e) {
175
            $("body").on("click", ".club_hold_search", function (e) {
176
                e.preventDefault;
176
                e.preventDefault();
177
                var club_id = $(this).data("id");
177
                var club_id = $(this).data("id");
178
                SearchToHold(club_id);
178
                SearchToHold(club_id);
179
            });
179
            });
180
- 

Return to bug 41569