From 33d48c943338e2b19ccfde86b0cef589205b004b Mon Sep 17 00:00:00 2001 From: TheCoreDev Date: Mon, 26 Apr 2021 12:18:32 +0200 Subject: [PATCH] =?UTF-8?q?Corrrection=20du=20bogue=20sur=20double-unit?= =?UTF-8?q?=C3=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/frontOffice/custom/product.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/frontOffice/custom/product.html b/templates/frontOffice/custom/product.html index 981d29a0..36bb9499 100644 --- a/templates/frontOffice/custom/product.html +++ b/templates/frontOffice/custom/product.html @@ -230,7 +230,7 @@ {/elseloop} - {if $pse_count = 1} + {if $pse_count == 1} {loop name="attributes" type="attribute" product="$product_id" order="manual"} {$TITLE} {/loop}