Fixed the title of the journal in the accounting application.
This commit is contained in:
parent
c6a62d92d5
commit
28e84702e7
@ -27,7 +27,7 @@ First written: 2020/7/17
|
|||||||
{% load accounting %}
|
{% load accounting %}
|
||||||
|
|
||||||
{% block settings %}
|
{% block settings %}
|
||||||
{% blocktrans asvar title with subject=current_subject.title|title period=period.description context "Accounting|" %}Cash Account for {{ subject }} in {{ period }}{% endblocktrans %}
|
{% blocktrans asvar title with period=period.description context "Accounting|" %}Journal in {{ period }}{% endblocktrans %}
|
||||||
{% setvar "title" title %}
|
{% setvar "title" title %}
|
||||||
{% setvar "use_period_chooser" True %}
|
{% setvar "use_period_chooser" True %}
|
||||||
{% static "accounting/css/report.css" as css %}
|
{% static "accounting/css/report.css" as css %}
|
||||||
|
Loading…
Reference in New Issue
Block a user