* Finish task#8738. Add budget notes when change parent program.

This commit is contained in:
qiyu-xie
2020-12-29 10:08:30 +08:00
parent f35ddda6b4
commit 1ae6ec73ed
2 changed files with 23 additions and 2 deletions
+1 -1
View File
@@ -45,7 +45,7 @@
<table class='table table-form'>
<tr>
<th><?php echo $lang->program->PGMParent;?></th>
<td><?php echo html::select('parent', $parents, isset($parentProgram->id) ? $parentProgram->id : 0, "class='form-control chosen' onchange=setAclList(this.value)");?>
<td><?php echo html::select('parent', $parents, isset($parentProgram->id) ? $parentProgram->id : 0, "class='form-control chosen' onchange=setParentProgram(this.value)");?>
<td></td>
</tr>
<tr>