From fc1746d74928ff2fc453caa14127b4a8ca8700ee Mon Sep 17 00:00:00 2001 From: Damien De Paoli Date: Fri, 5 Sep 2025 16:19:01 +1000 Subject: [PATCH] also update to reflect bill_type_id change to bill_type --- templates/bills.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/templates/bills.html b/templates/bills.html index e744502..abaa54c 100644 --- a/templates/bills.html +++ b/templates/bills.html @@ -36,7 +36,6 @@ {% endfor %} #} -
Bill Type
@@ -190,7 +189,7 @@
{% endif %} - {% if bd.bill_type_id == bt.id %} + {% if bd.bill_type == bt.id %} {% if bd.estimated == 1 %}
{% set classes="fst-italic form-control text-center" %}