mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-23 20:00:33 -04:00
Saving Project - Whoops, something went wrong #1857
This commit is contained in:
parent
1a93c08a60
commit
f40d0677b3
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user