From 94c0ebd897abffd37fa18ed46eebcf1782a0bbd3 Mon Sep 17 00:00:00 2001 From: Gaetan Craig-Riou Date: Wed, 17 Sep 2025 11:41:34 +1000 Subject: [PATCH] Fix error in the muliple tag rules spec --- app/services/product_tag_rules_filterer.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/services/product_tag_rules_filterer.rb b/app/services/product_tag_rules_filterer.rb index 36255e256d..6be63f57f3 100644 --- a/app/services/product_tag_rules_filterer.rb +++ b/app/services/product_tag_rules_filterer.rb @@ -9,7 +9,7 @@ # ( despite the use of `TagRule::FilterProducts.prioritised` ). It will apply the "show rule" # if any # * When there is no default rule, the order of customer related rules doesn't matter, it will -# apply the "hide rule" if any +# apply the "show rule" over any hide rule # class ProductTagRulesFilterer def initialize(distributor, customer, variants_relation)