Corrrection du bogue sur double-unité

This commit is contained in:
2021-04-26 12:18:32 +02:00
parent 47cc841ac4
commit 33d48c9433

View File

@@ -230,7 +230,7 @@
{/elseloop}
</div>
<!-- Affichage de l'unité (au kg, à l'unité) //-->
{if $pse_count = 1}
{if $pse_count == 1}
{loop name="attributes" type="attribute" product="$product_id" order="manual"}
<span class="unite">{$TITLE}</span>
{/loop}