Bug 34647: (follow-up) Minor fixes

This patch fixes the functionality of the <select> menu for jumping to a
particular vendor, "Choose a vendor in the list to jump directly to the
right place."

The patch also removes the empty anchor tag on the "Items with no
checkouts" report. It appears to be unused.

Signed-off-by: Matt Blenkinsop <matt.blenkinsop@ptfs-europe.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
(cherry picked from commit f3a069ad7f)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
This commit is contained in:
Owen Leonard 2024-01-24 16:32:23 +00:00 committed by Fridolin Somers
parent 68336a8d4b
commit b545b9424c
2 changed files with 2 additions and 2 deletions

View file

@ -267,7 +267,7 @@
}));
$("#supplierlist").change(function() {
var id = $(this).find("option:selected").val();
window.location.href = "#" + id;
window.location.href = "#vendor" + id;
});
$(".modal").on("shown.bs.modal", function(){
var basket = $(this).data("basketno");

View file

@ -81,7 +81,7 @@
[% IF ( mainloo.looptables ) %]
<div class="page-section">
<h3><a id="summary"></a>Summary</h3>
<h3>Summary</h3>
<table id="summary_table">
<tr>
<th>Group</th>