#12674 fix sort custom reports

This commit is contained in:
Jonathan 2023-12-20 17:19:18 +01:00
parent 2f7e6f4bec
commit 87cfc51793
1 changed files with 1 additions and 1 deletions

View File

@ -464,7 +464,7 @@ function added_ids_sorted_items_to_hidden_input() {
var ids = '';
var first = true;
$("input.selected_check:checked").each(function(i, val) {
$("input.custom_checkbox_input:checked").each(function(i, val) {
if (!first)
ids = ids + '|';
first = false;