mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 01:05:39 +02:00
Merge branch 'ent-13376-error-500-informe-inventory-software' into 'develop'
Ent 13376 Error 500 informe inventory > Software See merge request artica/pandorafms!7148
This commit is contained in:
commit
c965b46856
@ -99,9 +99,9 @@ function inventory_get_data(
|
||||
// Prepare pagination.
|
||||
$url = sprintf(
|
||||
'?sec=estado&sec2=operation/inventory/inventory&agent_id=%s&agent=%s&id_group=%s&export=%s&module_inventory_general_view=%s&search_string=%s&utimestamp=%s&period=%s&order_by_agent=%s&submit_filter=%d',
|
||||
$pagination_url_parameters['inventory_id_agent'],
|
||||
$pagination_url_parameters['inventory_agent'],
|
||||
$pagination_url_parameters['inventory_id_group'],
|
||||
(isset($pagination_url_parameters['inventory_id_agent']) ?? ''),
|
||||
(isset($pagination_url_parameters['inventory_agent']) ?? ''),
|
||||
(isset($pagination_url_parameters['inventory_id_group']) ?? ''),
|
||||
$export_csv,
|
||||
$inventory_module_name,
|
||||
$inventory_search_string,
|
||||
|
@ -3352,8 +3352,8 @@ function reporting_inventory($report, $content, $type)
|
||||
$date,
|
||||
'',
|
||||
false,
|
||||
'csv',
|
||||
false,
|
||||
'csv',
|
||||
'',
|
||||
[],
|
||||
$inventory_regular_expression
|
||||
@ -3367,12 +3367,13 @@ function reporting_inventory($report, $content, $type)
|
||||
$date,
|
||||
'',
|
||||
false,
|
||||
'hash',
|
||||
false,
|
||||
'hash',
|
||||
'',
|
||||
[],
|
||||
$inventory_regular_expression
|
||||
);
|
||||
|
||||
break;
|
||||
}
|
||||
|
||||
|
@ -2644,7 +2644,7 @@ function reporting_html_inventory($table, $item, $pdf=0)
|
||||
} else {
|
||||
// Grouped type inventory.
|
||||
$type_modules = array_reduce(
|
||||
$item['data'],
|
||||
($item['data'] ?? []),
|
||||
function ($carry, $it) {
|
||||
$carry[$it['name']][] = $it;
|
||||
return $carry;
|
||||
|
Loading…
x
Reference in New Issue
Block a user