diff --git a/module/story/view/batchedit.html.php b/module/story/view/batchedit.html.php
index f7b6c3b99a..aa4c55ddd8 100644
--- a/module/story/view/batchedit.html.php
+++ b/module/story/view/batchedit.html.php
@@ -84,7 +84,8 @@ foreach(explode(',', $showFields) as $field)
'>
- product][$story->branch]) ? array('' => '') + $plans[$story->product][$story->branch] : '', $story->plan, "class='form-control picker-select' data-drop-width='auto'");?>
+ parent < 0 ? "disabled='disabled'" : '';?>
+ product][$story->branch]) ? array('' => '') + $plans[$story->product][$story->branch] : '', $story->plan, "class='form-control picker-select' data-drop-width='auto' $planDisabled");?>
|
|