Correction anomalie 0000002 soumise le 18/11/2019 : Affichage HT et TTC sur le tunnel de commande
This commit is contained in:
@@ -114,6 +114,13 @@
|
|||||||
<td><span class="text-uppercase">{$totals.total.label}</span> {$labels.tax_short}</td>
|
<td><span class="text-uppercase">{$totals.total.label}</span> {$labels.tax_short}</td>
|
||||||
<td>{$totals.total.value}</td>
|
<td>{$totals.total.value}</td>
|
||||||
</tr>
|
</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>
|
||||||
|
</tr>
|
||||||
|
|
||||||
</table>
|
</table>
|
||||||
{/block}
|
{/block}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user