remove debug

This commit is contained in:
2025-08-31 10:07:32 +10:00
parent 24c581a35a
commit 7ad767759f

View File

@@ -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 %}