add coloum title alphabet in daily sale

This commit is contained in:
NyanLinHtut
2019-10-07 15:22:46 +06:30
parent b88fded9a9
commit bca0ffc955
2 changed files with 35 additions and 37 deletions

View File

@@ -8,9 +8,6 @@ class Reports::DailysaleController < BaseReportController
@from = from
@to = to
@payment_methods = PaymentMethodSetting.where("is_active='1'").pluck("payment_method")
count = @payment_methods.count
puts 'count+++++++++++++'
puts @payment_methods
# get printer info
@print_settings = PrintSetting.get_precision_delimiter()