diff --git a/app/views/reports/dailysale/index.html.erb b/app/views/reports/dailysale/index.html.erb
index 592a8cca..54656079 100755
--- a/app/views/reports/dailysale/index.html.erb
+++ b/app/views/reports/dailysale/index.html.erb
@@ -26,12 +26,13 @@
| <%= t("views.right_panel.detail.from_date") %> : <%= @from.utc.getlocal.strftime("%Y-%b-%d") rescue '-' %> - <%= t("views.right_panel.detail.to_date") %> : <%= @to.utc.getlocal.strftime("%Y-%b-%d") rescue '-'%> |
+ <% @count = 1 %>
<% @payment_methods.each_slice(10) do |slice| %>
|
|
<% alph = "A" %>
- <% @count = 1 %>
+
<% slice.each do |payment_method| %>
<%= alph %>
|