From f2e2a79b5b5756f66535f3f87a82bfb6ce279826 Mon Sep 17 00:00:00 2001 From: Seth Call Date: Thu, 7 May 2015 14:48:28 -0500 Subject: [PATCH] * VRFS-3220 - estimated taxes fixed --- web/app/views/clients/_checkout_order.html.slim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/app/views/clients/_checkout_order.html.slim b/web/app/views/clients/_checkout_order.html.slim index 408e7f2b0..99ddc45da 100644 --- a/web/app/views/clients/_checkout_order.html.slim +++ b/web/app/views/clients/_checkout_order.html.slim @@ -146,7 +146,7 @@ script type='text/template' id='template-order-content' .order-items-header.sub-total Total before tax: .order-items-value.sub-total= "{{data.sub_total}}" .clearall - .order-items-header.taxes Estimated Taxes: + .order-items-header.taxes Estimated taxes: .order-items-value.taxes= "{{data.taxes}}" .clearall .line