diff --git a/module/caselib/view/batchcreatecase.html.php b/module/caselib/view/batchcreatecase.html.php
index d1d8a5cbb8..a644451b5b 100644
--- a/module/caselib/view/batchcreatecase.html.php
+++ b/module/caselib/view/batchcreatecase.html.php
@@ -28,10 +28,10 @@
'>testcase->module;?> |
testcase->title;?> |
testcase->type;?> |
- testcase->pri;?> |
- testcase->precondition;?> |
- testcase->keywords;?> |
- testcase->stage;?> |
+ '>testcase->pri;?> |
+ '>testcase->precondition;?> |
+ '>testcase->keywords;?> |
+ '>testcase->stage;?> |
diff --git a/module/caselib/view/createcase.html.php b/module/caselib/view/createcase.html.php
index 1dcaed2fc1..9e8f5ada7b 100644
--- a/module/caselib/view/createcase.html.php
+++ b/module/caselib/view/createcase.html.php
@@ -55,7 +55,7 @@
testcase->type;?> |
testcase->typeList, $type, "class='form-control chosen'");?> |
-
+ | testcase->create->requiredFields, 'stage') ? ' class="required"' : '';?>>
|