From f68f7ea2b6f32dd4bc40195accbe39d42f35c992 Mon Sep 17 00:00:00 2001 From: Maikel Linke Date: Wed, 6 Jan 2016 13:50:07 +1100 Subject: [PATCH] Fix display of "Total" --- app/views/spree/shared/_order_details.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/spree/shared/_order_details.html.haml b/app/views/spree/shared/_order_details.html.haml index 8be8d3cf50..d0a7e99ddf 100644 --- a/app/views/spree/shared/_order_details.html.haml +++ b/app/views/spree/shared/_order_details.html.haml @@ -140,7 +140,7 @@ %tr.total %td.text-right{colspan: "3"} %h5 - = t :order_produce + = t :order_total_price %td.text-right.total %h5#order_total= order.display_total.to_html