* The budget will no longer be divided by ten thousand in the javescript.

This commit is contained in:
liumengyi
2024-01-22 10:45:30 +08:00
parent c3994a6197
commit 5cfab183d0
5 changed files with 7 additions and 11 deletions
-1
View File
@@ -18,7 +18,6 @@ jsVar('budgetOverrun', $lang->project->budgetOverrun);
jsVar('currencySymbol', $lang->project->currencySymbol);
jsVar('parentBudget', $lang->project->parentBudget);
jsVar('budgetUnitLabel', $lang->project->tenThousandYuan);
jsVar('budgetUnitValue', $config->project->budget->tenThousand);
jsVar('+projectID', $copyProjectID);
jsVar('LONG_TIME', LONG_TIME);
jsVar('weekend', $config->execution->weekend);