#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 ids = '';
|
||||||
var first = true;
|
var first = true;
|
||||||
|
|
||||||
$("input.selected_check:checked").each(function(i, val) {
|
$("input.custom_checkbox_input:checked").each(function(i, val) {
|
||||||
if (!first)
|
if (!first)
|
||||||
ids = ids + '|';
|
ids = ids + '|';
|
||||||
first = false;
|
first = false;
|
||||||
|
|
Loading…
Reference in New Issue