diff --git a/lib/reporting/reports/list.rb b/lib/reporting/reports/list.rb index ebb0a86fe1..5874b70c70 100644 --- a/lib/reporting/reports/list.rb +++ b/lib/reporting/reports/list.rb @@ -2,7 +2,7 @@ module Reporting module Reports - class List + class List # rubocop:disable Metrics/ClassLength # Because it's a simple class def self.all new.all end @@ -67,11 +67,11 @@ module Reporting i18n_translate('enterprise_fees_with_tax_report_by_order'), :enterprise_fees_with_tax_report_by_order ], - # Hidden from view until report specifics are finalised. - # [ - # i18n_translate('enterprise_fees_with_tax_report_by_producer'), - # :enterprise_fees_with_tax_report_by_producer - # ], + [ + i18n_translate('enterprise_fees_with_tax_report_by_producer'), + :enterprise_fees_with_tax_report_by_producer, + { deprecated: true }, # Not supported until specific details are finalised. + ], ] end