monthly budget, monthly report, unified report calculation (#2684)
This commit is contained in:
@@ -78,7 +78,7 @@
|
||||
{% endembed %}
|
||||
|
||||
{% if stats is not null %}
|
||||
{% set currency = null %}
|
||||
{% set currency = kimai_config.getCustomerDefaultCurrency() %}
|
||||
{% if activity.project is not null %}
|
||||
{% set currency = activity.project.customer.currency %}
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user