Fixed the ledger URL parameter in the template of the trial balance in the accounting application.
This commit is contained in:
parent
edb1aece09
commit
fda8a2c523
@ -130,7 +130,7 @@ First written: 2020/7/19
|
||||
<ul class="list-group d-lg-none trial-balance-list">
|
||||
{% for item in item_list %}
|
||||
<li class="list-group-item">
|
||||
<a class="list-group-item-action d-flex justify-content-between align-items-center" href="{% url "accounting:ledger" item period.spec %}">
|
||||
<a class="list-group-item-action d-flex justify-content-between align-items-center" href="{% url "accounting:ledger" item period %}">
|
||||
{{ item.title }}
|
||||
<div>
|
||||
{% if item.debit is not None %}
|
||||
|
Loading…
Reference in New Issue
Block a user