#11807 added period in evolution

This commit is contained in:
Daniel Cebrian 2023-09-15 14:55:49 +02:00
parent 2844dfd4f0
commit f1c153231f
2 changed files with 4 additions and 0 deletions

View File

@ -1070,6 +1070,7 @@ switch ($action) {
case 'evolution':
$group = $item['id_group'];
$recursion = $item['recursion'];
$period = $item['period'];
break;
default:
@ -7663,6 +7664,7 @@ function chooseType() {
case 'evolution':
$("#row_group").show();
$('#row_period').show();
break;
}

View File

@ -2029,6 +2029,7 @@ switch ($action) {
case 'evolution':
$values['id_group'] = get_parameter('combo_group');
$values['period'] = get_parameter('period');
$good_format = true;
break;
@ -2948,6 +2949,7 @@ switch ($action) {
case 'evolution':
$values['id_group'] = get_parameter('combo_group');
$values['period'] = get_parameter('period');
$good_format = true;
break;