feat: Gull and legacy are BC Stores

This commit is contained in:
Brennan Wilkes (Text Groove) 2026-01-24 13:02:24 -08:00
parent fa6fd99991
commit 6e21757956

View file

@ -198,7 +198,7 @@ function buildMappedSkuSet(links) {
function isBCStoreLabel(label) {
const s = String(label || "").toLowerCase();
return s.includes("bcl") || s.includes("strath");
return s.includes("bcl") || s.includes("strath")|| s.includes("gull")|| s.includes("legacy");
}
function skuIsBC(allRows, skuKey) {