Anomalie 0000024 : seconde étape --> pas certain que cela corrige l'anon (non reproductible) mais entre cette modif et l'activation du cache Smarty en Prod...

This commit is contained in:
2020-05-11 19:36:51 +02:00
parent b92fecbb39
commit 7a37450953

View File

@@ -116,8 +116,8 @@
</tr>
<!-- TheCoreDev : Anomalie 00000002 (affichage du total TTC en plus du total HT) //-->
<tr class="font-weight-bold">
<td><span class="text-uppercase">{$totals.total_including_tax.label}</span></td>
<td>{$totals.total_including_tax.value}</td>
<td><span class="text-uppercase">{if isset($totals.total_including_tax.label)}{$totals.total_including_tax.label}{/if}</span></td>
<td>{if isset($totals.total_including_tax.value)}{$totals.total_including_tax.value}{/if}</td>
</tr>
</table>
{/block}