From aa613690f59d9dd8e578443a89c0176a1f0cec63 Mon Sep 17 00:00:00 2001 From: graham-dds Date: Tue, 10 Sep 2019 14:50:09 -0400 Subject: [PATCH] Add sum of all CLIN total values to TO summary --- templates/portfolios/task_orders/index.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/templates/portfolios/task_orders/index.html b/templates/portfolios/task_orders/index.html index 5371c95d..aca7b052 100644 --- a/templates/portfolios/task_orders/index.html +++ b/templates/portfolios/task_orders/index.html @@ -81,6 +81,9 @@

Task Order #{{ task_order.number }}

+
+ Total amount: {{ task_order.total_contract_amount | dollars }} +
Obligated amount: {{ task_order.total_obligated_funds | dollars }}