Merge branch '698-Modulos-predictivos-no-se-inician-en-la-versión-open-2' into 'develop'

Fix creation prediction modules, add prediction_module param when create - #698

See merge request !619
This commit is contained in:
vgilc 2017-06-26 16:22:10 +02:00
commit 9cb67478aa
1 changed files with 1 additions and 1 deletions

View File

@ -886,7 +886,7 @@ if ($update_module || $create_module) {
$post_process = (string) get_parameter ('post_process', 0.0);
if(get_parameter ('prediction_module')){
$prediction_module = get_parameter ('prediction_module');
$prediction_module = 1;
}
else{
$prediction_module = 0;