diff --git a/lib/reporting/reports/enterprise_fee_summary/summarizer.rb b/lib/reporting/reports/enterprise_fee_summary/summarizer.rb index b66acb7e73..d7651f69d4 100644 --- a/lib/reporting/reports/enterprise_fee_summary/summarizer.rb +++ b/lib/reporting/reports/enterprise_fee_summary/summarizer.rb @@ -50,10 +50,6 @@ module Reporting data["shipping_method_name"].present? end - def for_enterprise_fee? - data["fee_name"].present? - end - def for_coordinator_fee? data["placement_enterprise_role"] == "coordinator" end