#12674 fix sort custom reports
This commit is contained in:
parent
2f7e6f4bec
commit
87cfc51793
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue