Remove all references to funds expended on a TO level

This commit is contained in:
leigh-mil
2020-02-12 11:36:08 -05:00
parent 839aa6829e
commit fc0af1558d
4 changed files with 0 additions and 24 deletions

View File

@@ -53,10 +53,6 @@
<h5>Total Obligated</h5>
<p>{{ task_order.total_obligated_funds | dollars }}</p>
</div>
<div class="col col--grow">
<h5>Total Expended</h5>
<p>{{ task_order.invoiced_funds | dollars }}</p>
</div>
</div>
{%- endif %}
</div>