#11807 added period in evolution
This commit is contained in:
parent
2844dfd4f0
commit
f1c153231f
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue