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…
Reference in New Issue