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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tt (-1 / +1 lines)
Lines 267-273 Link Here
267
            }));
267
            }));
268
            $("#supplierlist").change(function() {
268
            $("#supplierlist").change(function() {
269
                var id = $(this).find("option:selected").val();
269
                var id = $(this).find("option:selected").val();
270
                window.location.href = "#" + id;
270
                window.location.href = "#vendor" + id;
271
            });
271
            });
272
            $(".modal").on("shown.bs.modal", function(){
272
            $(".modal").on("shown.bs.modal", function(){
273
                var basket = $(this).data("basketno");
273
                var basket = $(this).data("basketno");
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/catalogue_out.tt (-2 / +1 lines)
Lines 81-87 Link Here
81
81
82
                        [% IF ( mainloo.looptables ) %]
82
                        [% IF ( mainloo.looptables ) %]
83
                            <div class="page-section">
83
                            <div class="page-section">
84
                                <h3><a id="summary"></a>Summary</h3>
84
                                <h3>Summary</h3>
85
                                <table id="summary_table">
85
                                <table id="summary_table">
86
                                    <tr>
86
                                    <tr>
87
                                        <th>Group</th>
87
                                        <th>Group</th>
88
- 

Return to bug 34647