From 5d7dec36ed2a928ef00272a00834cff666f59a22 Mon Sep 17 00:00:00 2001 From: Graeme Porteous Date: Fri, 22 Nov 2024 10:20:11 +0000 Subject: [PATCH] WIP --- lib/helper_patches.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/helper_patches.rb b/lib/helper_patches.rb index 117f1213..815a4e32 100644 --- a/lib/helper_patches.rb +++ b/lib/helper_patches.rb @@ -56,5 +56,5 @@ def short_alternative_price_text(price) end prepend AlternativePriceText - end + end if defined?(AlaveteliPro::PriceHelper) end