fix in prediction modules creation

This commit is contained in:
alejandro.campos@artica.es 2022-01-31 11:35:53 +01:00
parent b23f101812
commit e56512246b
1 changed files with 1 additions and 1 deletions

View File

@ -630,7 +630,7 @@ function configure_modules_form() {
moduletype = $("#hidden-moduletype").val();
if (moduletype == 5) {
if ($("#prediction_module").val() == null) {
if ($("#id_modules").val() === null) {
$("#prediction_module").focus();
$("#message").showMessage(no_prediction_module_lang);
return false;