Simplified the title in the cash account report.
This commit is contained in:
parent
6bdcdd0d78
commit
faddceb074
@ -24,8 +24,8 @@ First written: 2020/7/1
|
|||||||
{% load humanize %}
|
{% load humanize %}
|
||||||
|
|
||||||
{% block settings %}
|
{% block settings %}
|
||||||
{% trans "Cash Account for {} in {}" context "Accounting|" as title_format %}
|
{% trans "Cash Account for {} in {}" context "Accounting|" as title %}
|
||||||
{% str_format title_format subject.title_zhtw period.description as title %}
|
{% str_format title subject.title_zhtw period.description as title %}
|
||||||
{% setvar "title" title %}
|
{% setvar "title" title %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user