diff --git a/module/task/view/batchcreate.html.php b/module/task/view/batchcreate.html.php index e5b7f5460f..b2329a7667 100755 --- a/module/task/view/batchcreate.html.php +++ b/module/task/view/batchcreate.html.php @@ -118,7 +118,7 @@ $colspan = count($visibleFields) + 3; - + id)'")?> type != 'ops'):?> diff --git a/module/task/view/create.html.php b/module/task/view/create.html.php index 0f6c3bf5a1..e048a3b4c1 100644 --- a/module/task/view/create.html.php +++ b/module/task/view/create.html.php @@ -56,7 +56,7 @@ foreach(explode(',', $config->task->create->requiredFields) as $field) task->module;?> - module, "class='form-control chosen'");?> + module, "class='form-control chosen' onchange='setStories(this.value, $execution->id)'");?>
>