fixed hourly sale report
This commit is contained in:
@@ -9,6 +9,7 @@ class Reports::DailysaleController < BaseReportController
|
||||
@to = to
|
||||
@payment_methods = PaymentMethodSetting.where("is_active='1'").pluck("payment_method")
|
||||
|
||||
|
||||
# get printer info
|
||||
@print_settings = PrintSetting.get_precision_delimiter()
|
||||
respond_to do |format|
|
||||
|
||||
Reference in New Issue
Block a user