* Correct code and milestone fields on the stage creation page.

This commit is contained in:
chentao
2023-07-19 17:30:26 +08:00
parent 61bb831566
commit 14ec5b35ca
5 changed files with 33 additions and 5 deletions
+1 -1
View File
@@ -528,7 +528,7 @@ class programplanModel extends model
$desc = $formData->get('desc');
$orders = $formData->get('orders');
$type = $formData->get('type');
$codes = $formData->get('codes');
$codes = $formData->get('code');
$output = $formData->get('output');
/* Determine if a task has been created under the parent phase. */