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