mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 08:14:38 +02:00
Merge branch 'ent-3878-report-sumation-no-funciona-bien' into 'develop'
Fixed bug See merge request artica/pandorafms!2741
This commit is contained in:
commit
91117e3d60
@ -1908,7 +1908,7 @@ switch ($action) {
|
||||
$values['id_agent'] = get_parameter('group');
|
||||
}
|
||||
|
||||
if ($values['type'] = 'sumatory') {
|
||||
if ($values['type'] == 'sumatory') {
|
||||
$values['uncompressed_module'] = get_parameter('uncompressed_module', 0);
|
||||
}
|
||||
|
||||
@ -2469,7 +2469,7 @@ switch ($action) {
|
||||
$values['id_agent'] = get_parameter('group');
|
||||
}
|
||||
|
||||
if ($values['type'] = 'sumatory') {
|
||||
if ($values['type'] == 'sumatory') {
|
||||
$values['uncompressed_module'] = get_parameter('uncompressed_module', 0);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user