Merge branch 'ent-3878-report-sumation-no-funciona-bien' into 'develop'

Fixed bug

See merge request artica/pandorafms!2741
This commit is contained in:
Daniel Rodriguez 2019-09-19 12:17:35 +02:00
commit 91117e3d60
1 changed files with 2 additions and 2 deletions

View File

@ -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);
}