mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-11 17:19:29 +00:00
- fix for fas
This commit is contained in:
@@ -1257,7 +1257,7 @@ if(isset($_GET['excel']))
|
||||
form.find("input[type=hidden]").remove();
|
||||
$.each(elements, function(index, item)
|
||||
{
|
||||
let person_id = $(this).closest('tr').find('td.clm_person_id').text();
|
||||
var person_id = $(this).closest('tr').find('td.clm_person_id').text();
|
||||
form.append("<input type='hidden' name='person_id[]' value='" + person_id + "'>");
|
||||
});
|
||||
form.submit();
|
||||
|
||||
Reference in New Issue
Block a user