mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-08 05:34:30 -04:00
Merge: Saving Project - Whoops, something went wrong
This commit is contained in:
parent
e01da664a5
commit
a3512746cc
@ -89,7 +89,7 @@
|
|||||||
<td><small>{{ trans('texts.duration') }}</small></td>
|
<td><small>{{ trans('texts.duration') }}</small></td>
|
||||||
<td style="text-align: right">
|
<td style="text-align: right">
|
||||||
{{ Utils::formatTime($chartData->duration) }}
|
{{ Utils::formatTime($chartData->duration) }}
|
||||||
@if ($project->budgeted_hours)
|
@if (floatval($project->budgeted_hours))
|
||||||
[{{ round($chartData->duration / ($project->budgeted_hours * 60 * 60) * 100) }}%]
|
[{{ round($chartData->duration / ($project->budgeted_hours * 60 * 60) * 100) }}%]
|
||||||
@endif
|
@endif
|
||||||
</td>
|
</td>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user