add coloum title alphabet in daily sale
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user