* Finish task #62850.

This commit is contained in:
zhouxudong
2022-08-02 07:26:14 +00:00
parent 364a5009f4
commit 2b3121cd21
+7
View File
@@ -324,6 +324,13 @@ function setBudgetTipsAndAclList(programID)
}
}
/**
* Append tips when the budget exceeds the parent project set.
*
* @param int $budgetLeft
* @access public
* @return void
*/
function budgetOverrunTips(budgetLeft)
{
var budget = $('#budget').val();