mirror of
https://github.com/kevinpapst/kimai2.git
synced 2025-04-02 12:37:56 +00:00
fix open budget calculation
This commit is contained in:
parent
ccb184b17f
commit
0029875f19
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@
|
|||
<tr>
|
||||
<th colspan="3" class="text-nowrap text-right">
|
||||
{% if totalPercentReached < 100 %}
|
||||
{{ 'stats.percentUsedLeft'|trans({'%percent%': totalPercentReached|number_format(2), '%left%': (entity.timeBudget - stats.rateBillable)|money(currency)}) }}
|
||||
{{ 'stats.percentUsedLeft'|trans({'%percent%': totalPercentReached|number_format(2), '%left%': (entity.budget - stats.rateBillable)|money(currency)}) }}
|
||||
{% else %}
|
||||
{{ 'stats.percentUsed'|trans({'%percent%': totalPercentReached|number_format(2)}) }}
|
||||
{% endif %}
|
||||
|
|
Loading…
Add table
Reference in a new issue