From ed7bd0716486c7caf4052fac72625639e43eccc5 Mon Sep 17 00:00:00 2001 From: phyusin Date: Thu, 14 Dec 2017 12:07:00 +0630 Subject: [PATCH] cahnge int for foc --- app/views/home/dashboard.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/home/dashboard.html.erb b/app/views/home/dashboard.html.erb index f7508f7d..3ed5e068 100755 --- a/app/views/home/dashboard.html.erb +++ b/app/views/home/dashboard.html.erb @@ -254,7 +254,7 @@ <% if !@total_foc_items.nil? %> <%= t("views.right_panel.detail.total") %> <%= t("views.btn.foc") %> <%= t("views.right_panel.detail.item") %> : - <%= @total_foc_items %> + <%= @total_foc_items.to_int %> <% end %>