mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 16:55:05 +02:00
Merge branch 'ent-3758-7777-bug-validacion-eventos-en-consola' into 'develop'
Pending to review See merge request artica/pandorafms!2295
This commit is contained in:
commit
0aa8bcda30
@ -896,7 +896,7 @@ if ($group_rep == 2) {
|
|||||||
// Checkbox
|
// Checkbox
|
||||||
$data[$i] = html_print_checkbox_extended('validate_ids[]', $event['id_evento'], false, false, false, 'class="chk_val"', true);
|
$data[$i] = html_print_checkbox_extended('validate_ids[]', $event['id_evento'], false, false, false, 'class="chk_val"', true);
|
||||||
} else if (isset($table->header[$i]) || true) {
|
} else if (isset($table->header[$i]) || true) {
|
||||||
$data[$i] = '';
|
$data[$i] = html_print_checkbox_extended('validate_ids[]', $event['id_evento'], false, false, false, 'class="chk_val"', true);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user