From cea7734ddf596b9ed2b2cd2c3910ddfe68f568db Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 13 Nov 2025 00:18:55 +0100 Subject: [PATCH] Fix $$ --- htdocs/comm/propal/card.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/comm/propal/card.php b/htdocs/comm/propal/card.php index 888e0ba3a6e..d273223d628 100644 --- a/htdocs/comm/propal/card.php +++ b/htdocs/comm/propal/card.php @@ -1931,7 +1931,7 @@ if (empty($reshook)) { $res = $product->fetch($productid); $type = $product->type; - $$price_base_type = $product->price_base_type; + $price_base_type = $product->price_base_type; $label = ((GETPOST('update_label') && GETPOST('product_label')) ? GETPOST('product_label') : ''); $price_min = $product->price_min;