Add sum of all CLIN total values to TO summary

This commit is contained in:
graham-dds 2019-09-10 14:50:09 -04:00
parent 3327405a26
commit aa613690f5

View File

@ -81,6 +81,9 @@
<div class="card__header">
<h3>Task Order #{{ task_order.number }}</h3>
</div>
<div class="card__body">
<b>Total amount: </b>{{ task_order.total_contract_amount | dollars }}
</div>
<div class="card__body">
<b>Obligated amount: </b>{{ task_order.total_obligated_funds | dollars }}
</div>