mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +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
|
||||
$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) {
|
||||
$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