From accb052f5c01219646d78c13966b07ad643df280 Mon Sep 17 00:00:00 2001 From: Valentin Lab Date: Mon, 3 Nov 2025 11:23:24 +0100 Subject: [PATCH] fix: repair price appearance on all articles --- app/Repositories/Shop/SaleChannels.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Repositories/Shop/SaleChannels.php b/app/Repositories/Shop/SaleChannels.php index 02716289..e9f63e0e 100644 --- a/app/Repositories/Shop/SaleChannels.php +++ b/app/Repositories/Shop/SaleChannels.php @@ -49,7 +49,7 @@ class SaleChannels } } - return self::getByCode('EXP'); + return self::getByCode('POSTE'); } public static function getByCode($code)