diff --git a/module/task/view/m.recordestimate.html.php b/module/task/view/m.recordestimate.html.php index a5f71cc0d9..d7385f44fb 100644 --- a/module/task/view/m.recordestimate.html.php +++ b/module/task/view/m.recordestimate.html.php @@ -9,11 +9,11 @@ foreach($estimates as $estimate) { $allConsumed += $estimate->consumed; - $left = $estimate->left; + $allLeft = $estimate->left; } ?>