Finish task#2992 燃尽图修改首天工时时将那一天的剩余工时也修改了,cost:1 left:0
This commit is contained in:
@@ -810,11 +810,11 @@ class project extends control
|
||||
* @access public
|
||||
* @return void
|
||||
*/
|
||||
public function fixFirst($projectID)
|
||||
public function fixFirst($projectID, $withLeft = false)
|
||||
{
|
||||
if($_POST)
|
||||
{
|
||||
$this->project->fixFirst($projectID);
|
||||
$this->project->fixFirst($projectID, $withLeft);
|
||||
die(js::reload('parent.parent'));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user