remove debug
This commit is contained in:
@@ -88,7 +88,6 @@
|
|||||||
<button id="bill-type-canc-{{bt.id}}" class="px-0 col-1 btn btn-danger bg-danger-subtle text-danger d-none" onClick="CancelUpdateBillType({{bt.id}}, '{{bt.name}}')"><span class="bi bi-x"> Cancel</button>
|
<button id="bill-type-canc-{{bt.id}}" class="px-0 col-1 btn btn-danger bg-danger-subtle text-danger d-none" onClick="CancelUpdateBillType({{bt.id}}, '{{bt.name}}')"><span class="bi bi-x"> Cancel</button>
|
||||||
</div>
|
</div>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{{ total[2][2025] }}
|
|
||||||
{% for yr in range( this_year, END_YEAR) %}
|
{% for yr in range( this_year, END_YEAR) %}
|
||||||
{% set tot=namespace( sum=0 ) %}
|
{% set tot=namespace( sum=0 ) %}
|
||||||
{% for bt in bill_types %}
|
{% for bt in bill_types %}
|
||||||
|
|||||||
Reference in New Issue
Block a user