* Finish task #62850.

This commit is contained in:
zhouxudong
2022-08-02 09:32:21 +00:00
parent 6a784fdfda
commit 73ec96dc8f
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -79,7 +79,7 @@
<?php echo html::select('budgetUnit', $budgetUnitList, $config->project->defaultCurrency, "class='form-control'");?>
<?php endif;?>
</div>
<span id='programBudget' class='text-remind hidden'><?php echo $lang->project->budgetOverrun;?></span>
<span id='programBudget' class='text-remind hidden'><?php echo $lang->project->budgetOverrun . zget($lang->project->currencySymbol, $parentProgram->budgetUnit) . $availableBudget;?></span>
</td>
<td class='futureBox'>
<div class="checkbox-primary c-future <?php echo strpos($requiredFields, 'budget') !== false ? 'hidden' : '';?>">