2
0
forked from Wavyzz/dolibarr

Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into

develop
This commit is contained in:
Laurent Destailleur
2024-03-28 10:55:44 +01:00
parent 1ce34cd5f3
commit a2ec7400eb
5 changed files with 71 additions and 44 deletions

View File

@@ -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