From 800ccf503734ea21e0cbaf4a079a9b56ba487c95 Mon Sep 17 00:00:00 2001 From: Maikel Linke Date: Fri, 24 Feb 2023 10:39:53 +1100 Subject: [PATCH] Remove unused method --- lib/reporting/reports/enterprise_fee_summary/summarizer.rb | 4 ---- 1 file changed, 4 deletions(-) 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