Fixed the current report name in the report chooser in the trial balance in the accounting application.
This commit is contained in:
parent
1ec1bba364
commit
f90b764770
@ -61,8 +61,8 @@ First written: 2020/7/1
|
|||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{% with current_report_icon="fas fa-book" %}
|
{% with current_report_icon="fas fa-balance-scale-right" %}
|
||||||
{% trans "Journal" context "Accounting|" as current_report_title %}
|
{% trans "Trial Balance" context "Accounting|" as current_report_title %}
|
||||||
{% include "accounting/include/report-chooser.html" %}
|
{% include "accounting/include/report-chooser.html" %}
|
||||||
{% endwith %}
|
{% endwith %}
|
||||||
<button type="button" class="btn btn-primary" data-toggle="modal" data-target="#period-modal">
|
<button type="button" class="btn btn-primary" data-toggle="modal" data-target="#period-modal">
|
||||||
|
Loading…
Reference in New Issue
Block a user