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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/holidays.tt (-2 / +1 lines)
Lines 485-491 Link Here
485
485
486
        function changeBranch () {
486
        function changeBranch () {
487
            var branch = $("#branch option:selected").val();
487
            var branch = $("#branch option:selected").val();
488
            location.href='/cgi-bin/koha/tools/holidays.pl?branch=' + branch + '&calendardate=' + "[% calendardate | $KohaDates %]";
488
            location.href='/cgi-bin/koha/tools/holidays.pl?branch=' + branch + '&calendardate=' + "[% calendardate | html %]";
489
        }
489
        }
490
490
491
        /**
491
        /**
492
- 

Return to bug 30718