diff --git a/module/productplan/view/edit.html.php b/module/productplan/view/edit.html.php
index b7b6dfa30c..57ed93fffd 100644
--- a/module/productplan/view/edit.html.php
+++ b/module/productplan/view/edit.html.php
@@ -53,7 +53,10 @@
| productplan->status;?> |
parent == -1 ? "disabled='disabled'" : '' ;?>
- productplan->statusList,($plan->status == 'wait' ? 0 : 1)), $plan->status, "class='form-control chosen' $disabled");?> |
+
+ productplan->statusList,($plan->status == 'wait' ? 0 : 1)), $plan->status, "class='form-control chosen' $disabled");?>
+ status);?>
+ |
begin == $config->productplan->future and $plan->end == $config->productplan->future) ? "checked='checked'" : '';?>