* [bug#55035] Add the field of budgetUnit for project in tutorial.

This commit is contained in:
xieqiyu
2024-09-09 16:01:57 +08:00
committed by 唐胡成
parent a95f780c19
commit 97989236f6
+1
View File
@@ -185,6 +185,7 @@ class tutorialModel extends model
$project->storyType = 'story,requirement,epic';
$project->charter = 0;
$project->market = 1;
$project->budgetUnit = 'CNY';
list($guide, $guideTask, $guideStepIndex) = empty($_SERVER['HTTP_X_ZIN_TUTORIAL']) ? array('', '', '') : explode('-', $_SERVER['HTTP_X_ZIN_TUTORIAL']);
if($guide && strpos($guide, 'scrumProjectManage') !== false)