cahnge int for foc

This commit is contained in:
phyusin
2017-12-14 12:07:00 +06:30
parent c86d91054b
commit ed7bd07164

View File

@@ -254,7 +254,7 @@
<% if !@total_foc_items.nil? %>
<tr>
<td width="40px"><%= t("views.right_panel.detail.total") %> <%= t("views.btn.foc") %> <%= t("views.right_panel.detail.item") %> : </td>
<td align="right" width="60px"><%= @total_foc_items %></td>
<td align="right" width="60px"><%= @total_foc_items.to_int %></td>
</tr>
<% end %>
</table>