mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
#11807 added period in evolution
This commit is contained in:
parent
2844dfd4f0
commit
f1c153231f
@ -1070,6 +1070,7 @@ switch ($action) {
|
|||||||
case 'evolution':
|
case 'evolution':
|
||||||
$group = $item['id_group'];
|
$group = $item['id_group'];
|
||||||
$recursion = $item['recursion'];
|
$recursion = $item['recursion'];
|
||||||
|
$period = $item['period'];
|
||||||
break;
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
@ -7663,6 +7664,7 @@ function chooseType() {
|
|||||||
|
|
||||||
case 'evolution':
|
case 'evolution':
|
||||||
$("#row_group").show();
|
$("#row_group").show();
|
||||||
|
$('#row_period').show();
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -2029,6 +2029,7 @@ switch ($action) {
|
|||||||
|
|
||||||
case 'evolution':
|
case 'evolution':
|
||||||
$values['id_group'] = get_parameter('combo_group');
|
$values['id_group'] = get_parameter('combo_group');
|
||||||
|
$values['period'] = get_parameter('period');
|
||||||
$good_format = true;
|
$good_format = true;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
@ -2948,6 +2949,7 @@ switch ($action) {
|
|||||||
|
|
||||||
case 'evolution':
|
case 'evolution':
|
||||||
$values['id_group'] = get_parameter('combo_group');
|
$values['id_group'] = get_parameter('combo_group');
|
||||||
|
$values['period'] = get_parameter('period');
|
||||||
$good_format = true;
|
$good_format = true;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user