replace @shop and shop_details with current_shop
This commit is contained in:
@@ -119,7 +119,7 @@ class Reports::HourlySaleitemController < BaseReportController
|
||||
shift_name = employee.nil? ? sh_name : "#{sh_name} (#{employee.name})"
|
||||
end
|
||||
|
||||
shop_details = shop_detail
|
||||
shop_details = current_shop
|
||||
account_type = params[:account_type]
|
||||
@type = params[:period_type]
|
||||
period_name = get_period_name(params[:period])
|
||||
|
||||
Reference in New Issue
Block a user