* Finish task #9100.

This commit is contained in:
holan20180123
2021-01-25 14:36:10 +08:00
parent e3b203dbce
commit a0ef25a85a
11 changed files with 42 additions and 42 deletions
+1 -1
View File
@@ -72,7 +72,7 @@
<span class='input-group-addon fix-border'><?php echo zget($budgetUnitList, $parentProgram->budgetUnit);?></span>
<?php else:?>
<span class='input-group-addon fix-border'></span>
<?php echo html::select('budgetUnit', $budgetUnitList, $config->program->mainCurrency, "class='form-control'");?>
<?php echo html::select('budgetUnit', $budgetUnitList, $config->program->defaultCurrency, "class='form-control'");?>
<?php endif;?>
</div>
</td>