also update to reflect bill_type_id change to bill_type
This commit is contained in:
@@ -36,7 +36,6 @@
|
||||
{% endfor %}
|
||||
</table>
|
||||
#}
|
||||
|
||||
<div class="mt-4 col-7">
|
||||
<div class="row">
|
||||
<div class="col-2 form-control-inline d-none new-bill-type-class">Bill Type</div>
|
||||
@@ -190,7 +189,7 @@
|
||||
<div class="px-0 col-4"><label class="form-control text-center border-0 fw-bold bg-body-tertiary rounded-0">Actions</ ></div>
|
||||
</div>
|
||||
{% endif %}
|
||||
{% if bd.bill_type_id == bt.id %}
|
||||
{% if bd.bill_type == bt.id %}
|
||||
{% if bd.estimated == 1 %}
|
||||
<div class="row est d-none fst-italic">
|
||||
{% set classes="fst-italic form-control text-center" %}
|
||||
|
||||
Reference in New Issue
Block a user