From 129329cb915e476f3c1d755356732bdd84a733c5 Mon Sep 17 00:00:00 2001 From: Chris Mytton Date: Tue, 4 Jun 2024 09:42:52 +0100 Subject: [PATCH] [Bexley] Add a "Glass" red tag prefix for GL- services The glass containers are being phased out soon in favour of the combined glass and plastic ones, but in the meantime there is a red tag prefix of "Glass" for the older glass-only containers. --- perllib/FixMyStreet/Cobrand/Bexley/Waste.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/perllib/FixMyStreet/Cobrand/Bexley/Waste.pm b/perllib/FixMyStreet/Cobrand/Bexley/Waste.pm index db53b2e58ab..8dc0b1fad5d 100644 --- a/perllib/FixMyStreet/Cobrand/Bexley/Waste.pm +++ b/perllib/FixMyStreet/Cobrand/Bexley/Waste.pm @@ -1081,7 +1081,8 @@ sub in_cab_logs_reason_prefixes { 'Paper & Card' => ['PA-1100', 'PA-1280', 'PA-140', 'PA-240', 'PA-55', 'PA-660', 'PA-940', 'PC-180', 'PC-55'], 'Food' => ['FO-140', 'FO-23'], 'Garden' => ['GA-140', 'GA-240'], - 'Plastics & Glass' => ['GL-1100', 'GL-1280', 'GL-55', 'GL-660', 'PG-1100', 'PG-1280', 'PG-240', 'PG-360', 'PG-55', 'PG-660', 'PG-940', 'PL-1100', 'PL-1280', 'PL-140', 'PL-55', 'PL-660', 'PL-940'], + 'Plastics & Glass' => ['PG-1100', 'PG-1280', 'PG-240', 'PG-360', 'PG-55', 'PG-660', 'PG-940', 'PL-1100', 'PL-1280', 'PL-140', 'PL-55', 'PL-660', 'PL-940'], + 'Glass' => ['GL-1100', 'GL-1280', 'GL-55', 'GL-660'], 'Refuse' => ['RES-1100', 'RES-1280', 'RES-140', 'RES-180', 'RES-240', 'RES-660', 'RES-720', 'RES-940', 'RES-CHAM', 'RES-DBIN', 'RES-SACK'], } }