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:
parent
68336a8d4b
commit
b545b9424c
2 changed files with 2 additions and 2 deletions
|
@ -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");
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue