Merge: Saving Project - Whoops, something went wrong

This commit is contained in:
Hillel Coren 2018-01-28 00:35:58 +02:00
parent e01da664a5
commit a3512746cc

View File

@ -89,7 +89,7 @@
<td><small>{{ trans('texts.duration') }}</small></td>
<td style="text-align: right">
{{ Utils::formatTime($chartData->duration) }}
@if ($project->budgeted_hours)
@if (floatval($project->budgeted_hours))
[{{ round($chartData->duration / ($project->budgeted_hours * 60 * 60) * 100) }}%]
@endif
</td>