From 488f983589de6c927cc1882e37d5ec2bcef8f670 Mon Sep 17 00:00:00 2001 From: hufangzhou Date: Wed, 20 Dec 2023 15:28:07 +0800 Subject: [PATCH] * Fix bug #42112. --- module/productplan/view/edit.html.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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'" : '';?>