From 68503e4e8b6e0845453dfebce3ee9f775734d7b8 Mon Sep 17 00:00:00 2001 From: Mohamed ABDELLANI Date: Fri, 16 Jun 2023 06:54:11 +0100 Subject: [PATCH] remove useless variable --- .../enterprise_fees_with_tax_report_by_order.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/reporting/reports/enterprise_fee_summary/enterprise_fees_with_tax_report_by_order.rb b/lib/reporting/reports/enterprise_fee_summary/enterprise_fees_with_tax_report_by_order.rb index 1649bbcb7a..de29622269 100644 --- a/lib/reporting/reports/enterprise_fee_summary/enterprise_fees_with_tax_report_by_order.rb +++ b/lib/reporting/reports/enterprise_fee_summary/enterprise_fees_with_tax_report_by_order.rb @@ -4,11 +4,10 @@ module Reporting module Reports module EnterpriseFeeSummary class EnterpriseFeesWithTaxReportByOrder < ReportTemplate - attr_accessor :permissions, :parameters + attr_accessor :parameters def initialize(user, params = {}, render: false) super(user, params, render: render) - @permissions = Permissions.new(user) end def search