* Finish task #40840.

This commit is contained in:
tianshujie98
2021-08-03 09:16:24 +08:00
parent 02a4add87c
commit 9f04b9540d
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -54,7 +54,7 @@
<?php else:?>
<span class='input-group-addon'></span>
<?php echo html::select('budgetUnit', $budgetUnitList, $program->budgetUnit, "class='form-control'");?>
<?php echo html::hidden('isChangeUnit', false);?>
<?php echo html::hidden('isChangeUnit', 'false');?>
<?php echo html::hidden('exchangeRate', '');?>
<?php endif;?>
</div>