forked from Wavyzz/dolibarr
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
develop
This commit is contained in:
@@ -2937,7 +2937,7 @@ function getTaskProgressView($task, $label = true, $progressNumber = true, $hide
|
||||
|
||||
|
||||
$out .= '</span>';
|
||||
$out .= ' <div class="progress sm '.$spaced.'">';
|
||||
$out .= ' <div class="progress sm'.($spaced ? $spaced : '').'">';
|
||||
$diffval = (float) $task->progress - (float) $progressCalculated;
|
||||
if ($diffval >= 0) {
|
||||
// good
|
||||
|
||||
Reference in New Issue
Block a user